Matlab can't readtable on Mac, please help me.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ghazi
el 8 de Jun. de 2024
Comentada: Ghazi
el 9 de Jun. de 2024
2 comentarios
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.
Respuesta aceptada
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)
Ver también
Categorías
Más información sobre Data Type Conversion 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!