help-octave
[Top][All Lists]
Advanced

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

Plot the function error


From: Abdul Rahman Riza
Subject: Plot the function error
Date: Sat, 27 Mar 2010 03:45:25 +0800

Dear All,

I am using octave 3.2.2 and trying to plot a simple function from specific range where x between 0 to 26

octave3.2:1> x = 0:0.1:26;
octave3.2:2> plot (x, 1:((206:x)+5.2+1.7*x));
error: operator +: nonconformant arguments (op1 is 1x0, op2 is 1x261)
error: invalid limit value in colon _expression_
error: evaluating argument list element number 2
error: evaluating argument list element number 1

where did i went wrong?

then how to find maxima or minima?

Regards,
Riza
reply via email to

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