Filter löschen
Filter löschen

Plotting of a matrix with 3 dimension

2 Ansichten (letzte 30 Tage)
Marc Gtr
Marc Gtr am 21 Nov. 2020
Beantwortet: Shubham Rawat am 25 Nov. 2020
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?

Akzeptierte Antwort

Shubham Rawat
Shubham Rawat am 25 Nov. 2020
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!

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by