Plotting elements corresponding to a matrix
Ältere Kommentare anzeigen
I have a matrix as shown below.
NaN 5.0000 5.0000 6.0000 6.0000 7.0000 7.0000
0.2000 26.0000 27.3000 56.0000 63.0000 32.0000 49.0000
0.4000 26.8300 30.0000 59.0000 66.0000 38.0000 51.0000
0.6000 29.8300 34.0000 61.0000 71.0000 41.0000 54.0000
0.8000 31.5200 35.0000 65.0000 74.0000 43.0000 52.0000
1.0000 33.0000 37.0000 67.0000 79.5000 48.0000 47.0000
1.2000 34.3700 39.0000 69.0000 81.2000 50.0000 45.0000
1.4000 36.3700 40.0000 72.0000 84.0000 52.0000 42.0000
The first column corresponds to the time and first row corresponds to name of object. Under the objects name, the corresponding X and Y coordinates are shown in columns. Can anyone give me an idea on how to plot all objects together across time?
4 Kommentare
madhan ravi
am 5 Mai 2019
What?? You have seven columns and 8 rows . What’s is x & y here??
Hari krishnan
am 5 Mai 2019
Bearbeitet: Hari krishnan
am 5 Mai 2019
Raj
am 6 Mai 2019
You want to plot Y versus X for each object or both X and Y versus time for each object or you are looking for a 3 dimensional plot here?
Hari krishnan
am 6 Mai 2019
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Annotations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!