help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Plotting Problem


From: Thomas D. Dean
Subject: Plotting Problem
Date: Sat, 26 Aug 2017 14:03:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]