How do I deal with the Error: "Undefined function 'importfile' for input arguments of type 'char'."?
4 ビュー (過去 30 日間)
古いコメントを表示
I got this error after importing text data by generating a function and entered in command window something like "matrix=importfile('data matlab.txt', 2, 7)".
The current folder is where the text file matlab.txt is stored (on the desktop of my PC).
1 件のコメント
Adam
2015 年 10 月 30 日
Do you have a function called importfile? Is it on your path? If either one is not the case then that would be the answer.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!