Problam with surf command
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
How can I plot surface y(x,z) instead z(x,y)? Actually, I want to do something like surf(x,z,y(x,z)), instead surf(x,y,z(x,y)) which is default option.
I cannot manipulate data because I already have a lot of plots on the same graph.
Thanks!
Antworten (1)
Walter Roberson
am 11 Apr. 2013
0 Stimmen
Try a hgtransform
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!