How to plot part of the data from larger data file?
显示 更早的评论
I have a text file containing 5 columns and 63 rows of data. I want to extract first 21 rows of first 2 columns and plot them in matlab. How can i do it?
采纳的回答
更多回答(1 个)
Walter Roberson
2015-8-7
1 个投票
The easiest way is to load all of the data and then index it to extract the portion you want.
类别
在 帮助中心 和 File Exchange 中查找有关 Text Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!