how to create an anonymous function?
1 回表示 (過去 30 日間)
古いコメントを表示
回答 (2 件)
Azzi Abdelmalek
2015 年 6 月 24 日
x=[-2,2]
y=[-2,2]
[X,Y]=meshgrid(x,y)
Z=X.*exp(-2*Y.^2-X.^2)
surf(X,Y,Z)
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!