read csv chart file in to matlab
Show older comments
Hello, I am having trouble with reading my csv file in to matlab, I have already tried several commands and none has worked. I would really appreciate some help, thank you so much!
the csv file is a chart with 2 clumns and 92 rows. I am not sure how to put it here
Answers (1)
KSSV
on 18 Oct 2022
T = readtable('myfile.csv') ;
2 Comments
Valentina Tudor
on 18 Oct 2022
KSSV
on 18 Oct 2022
The file is not in the present working directory. Either you change path to the folder where this file is present or give the name of file along with the path.
Categories
Find more on File Operations 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!