Problem in plotting the graph.

3 ビュー (過去 30 日間)
Gaurav Srivastava
Gaurav Srivastava 2019 年 6 月 6 日
編集済み: KSSV 2019 年 6 月 6 日
Screenshot (28).png
  1 件のコメント
KSSV
KSSV 2019 年 6 月 6 日
Attach code...not a image snippet.

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

採用された回答

KSSV
KSSV 2019 年 6 月 6 日
編集済み: KSSV 2019 年 6 月 6 日
x = -3:0.01:5 ;
y = (x+5).^2./(4+(3*x).^2) ;
plot(x,y)
in y there should be element by element division.

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by