help-octave
[Top][All Lists]
Advanced

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

line 0: invalid command


From: Mahmood Naderan
Subject: line 0: invalid command
Date: Thu, 4 Jul 2013 05:52:05 -0700 (PDT)

Dear all,
When I use "plot" command I get an error (not important I think). See the following commands

octave:6> x = [1 2; 3 4; 5 6]
x =

   1   2
   3   4
   5   6

octave:7> p1 = plot(x(:,1), x(:,2), "ro", "markersize",10, "linewidth", 3); hold on;
octave:8>
gnuplot> nset obj 1;
         ^
         line 0: invalid command



What does that mean?
 
Regards,
Mahmood


reply via email to

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