Example Matlab notebook¶
When you run the cell below, and you are asked for license details, select the tab Existing License and click Start MATLAB
If this is your first run, this may take a while.
In [1]:
peaks
z = 3*(1-x).^2.*exp(-(x.^2) - (y+1).^2) ... - 10*(x/5 - x.^3 - y.^5).*exp(-x.^2-y.^2) ... - 1/3*exp(-(x+1).^2 - y.^2)
Out[1]: