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

Answers (1)

T = readtable('myfile.csv') ;

2 Comments

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
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.

Sign in to comment.

Categories

Products

Release

R2021a

Asked:

on 18 Oct 2022

Commented:

on 18 Oct 2022

Community Treasure Hunt

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

Start Hunting!