I did the manual install for windows, as described sourceforge/ Octave Forge (c.f.
Things seem to be working o.k. and Gnuplot seems to be in place as
octave:1>plot(rand(40,3))
produces a good result but
octave:2>print -djpg 'lkj.jpg'
gives an error:
Error: /undefined in nan
Operand stack:
--nostringval--
Execution Stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1932 1 3 %oparray_pop 1931 1 3 %opparay_pop --nostringval-- 1915 1 3 %opparay_pop 1803 1 3 --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
Dictionary stack:
--dict:1179/1684(ro)(G)-- --dict:0/20(G)-- --dict:82/200(L)-- --dict:40/64(L)--
Current allocation mode is local
Last OS error: No such file or directory
GPL Ghostscript 9.07: Unrecoverable error, exit code 1
octave:3>
Any ideas will be appreciated,
Scott Sands