Matlab Functions for Graphs

 

ezplot3('sin(t)','cos(t)','t',[0,50],'animate')
ezsurf('9 - x^2 - y^2')
ezsurfc('9 - x^2 - y^2')
ezmesh('9 - x^2 - y^2')