What does this warning mean?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ayush Kumar
am 13 Mär. 2021
Kommentiert: Ayush Kumar
am 13 Mär. 2021
Warning: "/Users/ayushkumar/Documents/MATLAB/Examples/R2020b/graphics/PlottingImaginaryAndComplexDataExample" selected using the Last Working Folder preference could not be
accessed.
Using "/Users/ayushkumar/Documents/MATLAB" as the initial working folder instead.
0 Kommentare
Akzeptierte Antwort
Jan
am 13 Mär. 2021
Bearbeitet: Jan
am 13 Mär. 2021
This means, that you have instructed Matlanb to use the last working folder (the folder replied by the cd command) is used as initial folder when starting Matlab. If you delete this folder, Matlab cannot start there anymore and selects another folder.
You can ignore this warning.
Or open the preferences and adjust MATLAB->General->"Initial working folder" with a folder, which does exist.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Entering Commands 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!