How do I deal with the Error: "Undefined function 'importfile' for input arguments of type 'char'."?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Adam
am 30 Okt. 2015
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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!