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
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
Login to add comment