Plotting of a matrix with 3 dimension

2 ビュー (過去 30 日間)
Marc Gtr
Marc Gtr 2020 年 11 月 21 日
回答済み: Shubham Rawat 2020 年 11 月 25 日
I'm getting the output of a matrix (A) as above. I want to plot the terms within bracket.
plot (A) does not work, neither surf (A). Any suggestions please?

採用された回答

Shubham Rawat
Shubham Rawat 2020 年 11 月 25 日
Hi Marc,
You can separate the content on the first row and can store first value to vector x and other value to vector y and then you can use plot(x,y).
Hope this Helps!

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by