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!
