Where is surf() result?
Afficher commentaires plus anciens
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 commentaires
Matt J
le 14 Mar 2021
It should work. Maybe type
>> shg
to bring it to the front of the desktop?
Valeri Aronov
le 14 Mar 2021
Modifié(e) : Valeri Aronov
le 14 Mar 2021
Matt J
le 14 Mar 2021
No, the semicolon should have made absolutely no difference ...
Réponses (0)
Catégories
En savoir plus sur Lighting, Transparency, and Shading dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
