Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Execute MATLAB/Octave Online

y=-3:.1:3;
x=-2:.1:2;
[ya,xa] = ndgrid(y,x);
a2=4; b2=9;
z=9*(xa.^2/a2-ya.^2/b2);
surfl(x,y,z);    
shading interp;                       
colormap(pink)

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.