Menu

Matlab 3D Graph Plotting

t = 0:pi/50:10*pi;
st = sin(t);
ct = cos(t);
figure
plot3(st,ct,t)
view raw matlab4.m hosted with ❤ by GitHub