error in 2D graphs
Title
Question
plotting 2 D graph issue
I am getting the following error:
y2=2*x^2;
!
Warning: Syntax "vector ^ scalar" is obsolete. It will be removed in Scilab 6.0.
Use "vector .^ scalar" instead.
how i can remove this error
.
Scilab Plotting-2D-graphs 05-06 min 30-40 sec
Answers:
y2=2.*x.^2
And it's not an error, just a warning.</span>
Login to add comment