Plotting in matlab over a rectangular domain
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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 件のコメント
Matt J
2014 年 6 月 26 日
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
2014 年 6 月 26 日
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!