read csv chart file in to matlab
Afficher commentaires plus anciens
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
Réponses (1)
KSSV
le 18 Oct 2022
T = readtable('myfile.csv') ;
2 commentaires
Valentina Tudor
le 18 Oct 2022
KSSV
le 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.
Catégories
En savoir plus sur File Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!