contour and contour plot 3 not working

1 回表示 (過去 30 日間)
am
am 2019 年 7 月 7 日
編集済み: am 2019 年 7 月 7 日
Hello!
Despite all the good documentation out there, I cannot get my countour plot to work.
I want a simple contour plot for function x^2*y and levels 1 and 3.
Thank you!
[X,Y] = meshgrid(-5:0.25:5);
Z = X^2.*Y;
contour3(Z,1)
hold on
contour3(Z,3)
contour(Z)
  3 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 7 月 7 日
@darova yes
am
am 2019 年 7 月 7 日
編集済み: am 2019 年 7 月 7 日
Thank you, you are angels! How do I accept your answer?

サインインしてコメントする。

回答 (1 件)

madhan ravi
madhan ravi 2019 年 7 月 7 日

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by