file path error in matlab
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ali hassan
le 5 Fév 2022
Réponse apportée : Davide Masiello
le 5 Fév 2022
what does change folder and add to path means and how it works?
0 commentaires
Réponse acceptée
Davide Masiello
le 5 Fév 2022
When you run a MatLab file, your current folder (often displayed on the left hand side) must be the one where that file is stored.
If you try to run that file from a different folder, than the dialogue box come up and it gives you the following choices:
Change Folder: changes the current folder to the one where the file is stored, so that it can run it.
Add to Path: adds the folder where the file is stored to the top of the search path for the current session, so that it can run it.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Search Path dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!