Can't load .mat file from subfolder
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

Error using load
Unable to read file '.\Gutteil\AT019'. No such file or directory.
Error in LoadRefPINTurning (line 45)
A = load(filename);
I'm keep getting errors but it worked on another computer, is it because I'm using Mac or code or path is wrong.
0 Commenti
Risposte (1)
Star Strider
il 20 Giu 2019
All the subdirectories on your MATLAB user path must be included in the path definitions. See: What Is the MATLAB Search Path? and Add Folders to the MATLAB Search Path at Startup for a full discussion.
0 Commenti
Vedere anche
Categorie
Scopri di più su File Operations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!