manipulate matrix dimension (ignoring lines)

1 次查看(过去 30 天)
I have number of matrices sized (203*12),however Matlab doesn't read the first two lines because they are texts. Therefore, I want command to ignore these two lines for all the number of matrices resulting new matrices (201*12) in dimension.
thanks

采纳的回答

Star Strider
Star Strider 2018-1-11
Use the textscan (link) function.
Define: 'HeaderLines',2 in the name-value pair arguments.
  26 个评论
Image Analyst
Image Analyst 2018-1-16
Then write your own special, custom reader for the file.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Standard File Formats 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by