Import data from CSV file by Import Tool or textscan
Show older comments
I can import data from csv file by Import Tool(out type:string), and the tool could creat a script(textscan in it) to instead Import Tool. But, when I use Import Tool or script to import csv file, it lost blank line which in csv file. How to solve it? Thanks.
4 Comments
Image Analyst
on 5 Nov 2021
Why do you want a blank line in your matrix? You can't have that in a double matrix. You can't have one row be blank (all nulls). Explain why you think you need this.
KSSV
on 5 Nov 2021
Read about readtable to load csv file.
Accepted Answer
More Answers (1)
Sulaymon Eshkabilov
on 5 Nov 2021
0 votes
Use readmatrix() that would import all numerical data in a matrix form.
Categories
Find more on Text Files 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!