Plotting elements corresponding to a matrix
显示 更早的评论
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 个评论
madhan ravi
2019-5-5
What?? You have seven columns and 8 rows . What’s is x & y here??
Hari krishnan
2019-5-5
编辑:Hari krishnan
2019-5-5
Raj
2019-5-6
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
2019-5-6
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!