📄 08-27.txt
字号:
>> syms x y
>> f = 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);
>> subplot(1,2,1),ezcontour(f,[-3,3],49),title('coutour');
>> subplot(1,2,2),ezcontourf(f,[-3,3],49),title('filled coutour');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -