|
From: | Dmitri A. Sergatskov |
Subject: | Re: Plotting Problem |
Date: | Sat, 26 Aug 2017 16:09:51 -0500 |
GNU Octave, version 4.3.0+
Up-to-date with hg as of today.
I found this following a matlab application
octave:6> size(f)
ans =
131073 1
octave:9> plot(f)
error: set: "cameratarget" must be finite
error: called from
delete at line 60 column 5
newplot at line 202 column 11
plot at line 222 column 9
line 2: x range must be greater than 0 for log scale
octave:10> plot([1:131073])
error: set: "cameratarget" must be finite
error: called from
delete at line 60 column 5
newplot at line 202 column 11
plot at line 222 column 9
line 6: x range must be greater than 0 for log scale
Is this a known problem?
Tom Dean
[Prev in Thread] | Current Thread | [Next in Thread] |