gistlib
other matlab categories
3d-plot code snippets in matlab
display a 3d picture in matlab
draw the 3-d plot for the function f(t)=(t, t^2, t^3), where 0≤t≤100. in matlab
make a color coded 3d surface plot in matlab
plot and create the intersection of 2 perpendicular cylinders with different sized in matlab
plot z2=x2+y2 in matlab in matlab
t = linspace(0, 100, 1000); x = t; y = t.^0; z = t.^300; plot3(x, y, z); xlabel('t'); ylabel('t^0'); zlabel('t^300'); title('3d plot of f(t) = (t, t^0, t^300)'); in matlab
gistlib
by LogSnag