Specify file path problem

6 visualizaciones (últimos 30 días)
Nick Ward
Nick Ward el 3 de Mzo. de 2017
Comentada: Sindhu Sindhu el 25 de Mayo de 2023
I am trying to specify a file path on a Mac and I get the following message;
>> data = load('/User/nickward/Desktop/Geostrophyreport/Matlab/profile021.txt'); Error using load Unable to read file '/User/nickward/Desktop/Geostrophyreport/Matlab/profile021.txt'. No such file or directory.
I have tried various combinations of path but none seem to work.
I am a total novice and the threads I have looked at don't seem to resolve the problem.
Thanks

Respuesta aceptada

Chad Greene
Chad Greene el 3 de Mzo. de 2017
On my Mac it's Users (plural), not User. Is that the issue?
  7 comentarios
Image Analyst
Image Analyst el 24 de Mayo de 2023
@Sindhu Sindhu what do these show in the command window:
dirList1 = dir('/Users/radhekrishna/Library/Mobile Documents')
dirList2 = dir('/Users/radhekrishna/Library/Mobile Documents/com~apple~CloudDocs')
Sindhu Sindhu
Sindhu Sindhu el 25 de Mayo de 2023
still there is a error in loading files. How to load matfiles which is in a folder in macbook? please help.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by