3-d plots
plot3 function is used -- same format as plot, except 3 dimensions
t = 0:pi/50:10*pi;
plot3(sin(t), cos(t), t)
Previous slide
Next slide
Back to first slide
View graphic version