Plotting in matlab over a rectangular domain
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
How would one go about plotting this equation? I know it has something to do with meshgrid or mesh/surf command. Sketch the graph z=9-x^2 -y^2 in three dimensional space over the rectangular domain, {(x,y):-3<=x,y<=3}
2 Kommentare
Matt J
am 26 Jun. 2014
I know it has something to do with meshgrid or mesh/surf command.
Why don't you read "doc mesh" etc... to see how those commands work. You might even find examples there very similar to the assignment.
Kristopher
am 26 Jun. 2014
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!