read csv chart file in to matlab

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
KSSV le 18 Oct 2022
T = readtable('myfile.csv') ;

2 commentaires

Valentina Tudor
Valentina Tudor le 18 Oct 2022
IThank you so much for the answer, I get this error when I try this:
Error using readtable (line 318)
Unable to find or open '2020ATB_NREL_Reference_5.5MW_175'. Check the path and filename or file permissions.
I keep getting the same error when I try different commands
KSSV
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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur File Operations dans Centre d'aide et File Exchange

Produits

Version

R2021a

Commenté :

le 18 Oct 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by