Plotting of a matrix with 3 dimension

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Annotations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by