Specify file path problem
13 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
Chad Greene
2017 年 3 月 3 日
On my Mac it's Users (plural), not User. Is that the issue?
7 件のコメント
Image Analyst
2023 年 5 月 24 日
@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
2023 年 5 月 25 日
still there is a error in loading files. How to load matfiles which is in a folder in macbook? please help.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!