Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Create 3-D shaded surface plot for specific values of Z?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to draw my function of two variable so that the displayed graph gives me Z values between -5 and 5.
Z = arrayfun(@mFunction, X, Y);
[X,Y] = meshgrid(0:.2:1, 0:.2:1);
surf(X,Y,Z)
What command I should add? Thanks!
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!