Selecting columns from an Excel file
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Shahar ben ezra
le 15 Déc 2020
Commenté : Shahar ben ezra
le 16 Déc 2020
Hi
When I read an excel file by "readtable" I get the following file as an example
I am interested in getting the frequency range of 102-105 MHz only
How can I cut the file?
Thanks:)
** The original file contains a lot of columns so I am interested in entering the frequency range
0 commentaires
Réponse acceptée
Cris LaPierre
le 16 Déc 2020
Modifié(e) : Cris LaPierre
le 16 Déc 2020
Use detectimportoptions and set the opts.SelectedVariableNames to be the variables (columns) you want to import. You can see several examples here. Here is another example from the readtable documenation page.
If your file contains a header row, those names can become the variable names. However, your specific request - having MATLAB figure out which columns to import by just entering a frequency range - is not native functionality. This is not to say you couldn't implement something, but it's on you to create the code to do that.
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!