saving . . . saved plot3d() has been deleted. plot3d() has been hidden .
plot3d()
Title
Question
if i type plot3d() it shows function disabled no gui (video no1 time9.32)

Scilab Self-learning-of-Scilab-through-Spoken-Tutorials 08-09 min 30-40 sec 04-05-19, 11:24 a.m. sathishkoduri

Answers:

use this command
x=linspace(12,34,10)
y=linspace(-.1,2,10)
z=linspace(-.2,2,10)

plot3d(x,y,z)

After each command hit the enter button
04-05-19, 11:27 a.m. trulyajays


Or you can type all and hit the enter button. It should work.
04-05-19, 11:52 a.m. manasdas17


Log-in to answer to this question.