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

9 次查看(过去 30 天)
  2 个评论
Stephen23
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.
Ghazi
Ghazi 2024-6-9
how i do like this, can you show me please, thank you.

请先登录,再进行评论。

采纳的回答

Stephen23
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 CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by