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

3 visualizzazioni (ultimi 30 giorni)
  2 Commenti
Stephen23
Stephen23 il 8 Giu 2024
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 il 9 Giu 2024
how i do like this, can you show me please, thank you.

Accedi per commentare.

Risposta accettata

Stephen23
Stephen23 il 9 Giu 2024
"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);

Più risposte (0)

Categorie

Scopri di più su Data Type Conversion in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by