Import data from Excel, based on the cell content
显示 更早的评论

I want to import a set of data corresponding to a particular cell value, for example,
Here, I want the select all the data where AD=2.57 and delete the rest of the data.
采纳的回答
更多回答(1 个)
Azzi Abdelmalek
2016-6-16
编辑:Azzi Abdelmalek
2016-6-16
0 个投票
Use xlsread to import your data, then take what you want. I think what you want is to locate the number 5 for example in your matrix.
类别
在 帮助中心 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!