Matlab can't readtable on Mac, please help me.
조회 수: 3 (최근 30일)
이전 댓글 표시
댓글 수: 2
Stephen23
2024년 6월 8일
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.
채택된 답변
Stephen23
2024년 6월 9일
"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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!