I can't read .txt using importdata
2 ビュー (過去 30 日間)
古いコメントを表示
Hello,
When I'm trying to read my .txt file using syntax importdata, i got this notification on my command window.

Same thing happen when I tried to read my .jpg file. Any clues in this problem? It will be really helpful
Thanks
0 件のコメント
採用された回答
Star Strider
2020 年 7 月 30 日
You have created your own script and named it ‘importdata.m’. Name your script file something else, such as ‘myImportData.m’ or something that does not ‘overshadow’ any MATLAB function. That should resolve the error.
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!