How can I call some line in an excell file ?
Show older comments
Hello
In a program Matlab I called this excell file but I want the file from line 19
without delating the other lines.
The attached file is the excell file.
Please help me.
2 Comments
Matt Dickson
on 12 Jun 2018
You should just be able to
num = xlsread(path/to/file)
since that returns a matrix of the numeric data. You'll just have to manually offset your counter to 19. See more about xlsread here.
Mallouli Marwa
on 12 Jun 2018
Accepted Answer
More Answers (1)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!