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!