saving . . . saved error in 2D graphs has been deleted. error in 2D graphs has been hidden .
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 04-05-19, 2:40 p.m. kamleshpatidar

Answers:

y2=2.*x.^2
And it's not an error, just a warning.</span>
04-05-19, 2:42 p.m. rashpat93


Log-in to answer to this question.