Effacer les filtres
Effacer les filtres

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

6 vues (au cours des 30 derniers jours)
Ghazi
Ghazi le 8 Juin 2024
Commenté : Ghazi le 9 Juin 2024
  2 commentaires
Stephen23
Stephen23 le 8 Juin 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 le 9 Juin 2024
how i do like this, can you show me please, thank you.

Connectez-vous pour commenter.

Réponse acceptée

Stephen23
Stephen23 le 9 Juin 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);

Plus de réponses (0)

Catégories

En savoir plus sur File Name Construction dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by