Produce an eggbox
古いコメントを表示
Dear all, I should produce an eggbox. I tried to use this code, following the instructions, but I did not receive what I needed. Where's the error?
x=[-10:0.2469135802469136:+10]
y=[-10:0.2469135802469136:+10]
[X,Y]= meshgrid(x,y)
M1=sin(X)
M2=sin(Y)
M12=M1*M2
surf(X,Y)
X.^2
Thanks a lot
採用された回答
その他の回答 (2 件)
Fangjun Jiang
2011 年 11 月 9 日
0 投票
Do you mean your last line to be surf(X,Y, X.^2)? It plotted something but I don't know what is an eggbox.
2 件のコメント
Orlando
2011 年 11 月 9 日
Fangjun Jiang
2011 年 11 月 10 日
You call the MATLAB logo an egg box? Mr. Little and Mr. Moler will be mad.
カテゴリ
ヘルプ センター および File Exchange で Spline Postprocessing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!