Borrar filtros
Borrar filtros

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

6 visualizaciones (últimos 30 días)
Ghazi
Ghazi el 8 de Jun. de 2024
Comentada: Ghazi el 9 de Jun. de 2024
  2 comentarios
Stephen23
Stephen23 el 8 de Jun. de 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 el 9 de Jun. de 2024
how i do like this, can you show me please, thank you.

Iniciar sesión para comentar.

Respuesta aceptada

Stephen23
Stephen23 el 9 de Jun. de 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);

Más respuestas (0)

Categorías

Más información sobre File Name Construction en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by