Where is surf() result?
古いコメントを表示
Can't see the plot even in the documentation example:
[X,Y] = meshgrid(-2:.2:2);
Z = X .* exp(-X.^2 - Y.^2);
Then, create a surface plot.
surf(X,Y,Z)
3 件のコメント
Matt J
2021 年 3 月 14 日
It should work. Maybe type
>> shg
to bring it to the front of the desktop?
Valeri Aronov
2021 年 3 月 14 日
編集済み: Valeri Aronov
2021 年 3 月 14 日
Matt J
2021 年 3 月 14 日
No, the semicolon should have made absolutely no difference ...
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Surfaces, Volumes, and Polygons についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
