Matlab can't readtable on Mac, please help me.

댓글 수: 2

Of course MATLAB cannot find that file, it could be anywhere on your computer.
Provide READTABLE with the complete relative/absolute path to that file. FULLFILE may be useful.
Ghazi
Ghazi 2024년 6월 9일
how i do like this, can you show me please, thank you.

댓글을 달려면 로그인하십시오.

 채택된 답변

Stephen23
Stephen23 2024년 6월 9일

1 개 추천

"how i do like this, can you show me please, thank you."
P = 'absolute or relative path to where the file is saved';
F = fullfile(P,'GDP.csv');
T = readtable(F);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Software Development에 대해 자세히 알아보기

제품

질문:

2024년 6월 8일

댓글:

2024년 6월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by