Selecting columns from an Excel file

30 次查看(过去 30 天)
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

采纳的回答

Cris LaPierre
Cris LaPierre 2020-12-16
编辑:Cris LaPierre 2020-12-16
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 个评论
Shahar ben ezra
Shahar ben ezra 2020-12-16
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!

请先登录,再进行评论。

更多回答(1 个)

Sandeep Nagisetti
Sandeep Nagisetti 2020-12-16
A similar question has been already answered in the community. You can refer to this link.
  1 个评论
Shahar ben ezra
Shahar ben ezra 2020-12-16
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 :)

请先登录,再进行评论。

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by