Import data from Excel, based on the cell content
Ältere Kommentare anzeigen

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.
Akzeptierte Antwort
Weitere Antworten (1)
Azzi Abdelmalek
am 16 Jun. 2016
Bearbeitet: Azzi Abdelmalek
am 16 Jun. 2016
0 Stimmen
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.
1 Kommentar
Soumyatha Gavvala
am 16 Jun. 2016
Kategorien
Mehr zu Spreadsheets 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!