Selecting columns from an Excel file

33 visualizaciones (últimos 30 días)
Shahar ben ezra
Shahar ben ezra el 15 de Dic. de 2020
Comentada: Shahar ben ezra el 16 de Dic. de 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

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 16 de Dic. de 2020
Editada: Cris LaPierre el 16 de Dic. de 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.
  1 comentario
Shahar ben ezra
Shahar ben ezra el 16 de Dic. de 2020
Thank you
I needed some direction to figure out how to access the code
If I do not succeed, I will contact you again
Thanks!

Iniciar sesión para comentar.

Más respuestas (1)

Sandeep Nagisetti
Sandeep Nagisetti el 16 de Dic. de 2020
A similar question has been already answered in the community. You can refer to this link.
  1 comentario
Shahar ben ezra
Shahar ben ezra el 16 de Dic. de 2020
I know this solution,
But he's not good for me,
I want to take my frequency axis
And set the frequency range as a number
And get only the range I requested
I need it this way because the file changes (exits the spectrum)
Therefore the columns are not fixed
Eventually the code will be in the app design so the user will not be able to set columns just frequency range
Hope I was understood :)

Iniciar sesión para comentar.

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by