Why is Matlab not importing my entire file when using importdata?
Show older comments
I tried to import a gcode file into Matlab using importdata. However, only the first 60 lines (over 400+) were imported. I deleted the empty lines in my gcode file and more lines were imported into Matlab. However, i can't get all my data imported.
2 Comments
the cyclist
on 30 Aug 2017
Did you try using the Import Data gui (on the command window)? When you do it from there, it will visually show the range of values that will be imported. You might be able to glean why it is stopping at that row.
Accepted Answer
More Answers (0)
Categories
Find more on Large Files and Big Data 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!