How to plot a graph from matrix each row elements should start plotting from row number
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to plot a graph from a matrix which contains 12 rows and 150 columns. Each row element should start plotting from row number.

0 Kommentare
Antworten (1)
madhan ravi
am 9 Sep. 2019
Bearbeitet: madhan ravi
am 9 Sep. 2019
I'm not certain what you want though , see if the below satisfies your needs:
plot(matrix)
3 Kommentare
madhan ravi
am 10 Sep. 2019
Bearbeitet: madhan ravi
am 10 Sep. 2019
For instance how do you want the graph for the below matrix:
matrix = [1,2;3,4] %?
Attach the desired graph screenshot.
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!