Change working directory to where the mlx file is saved

10 vues (au cours des 30 derniers jours)
Metin Akyol
Metin Akyol le 29 Nov 2021
Commenté : Metin Akyol le 29 Nov 2021
I have an mlx file which is run from different computers and I would like to automatically change the working directory to the directory in which the file is stored in (maybe with pwd??).
That is, I have identical copies of the mlx file which are run either from computer 1 or computer 2 (there are actually a lot more users involved, this is just an example):
In computer 1, the mlx files is stored in say this folder:
c:\user\comp1\docs
In computer 2, it is here:
c:\user\comp2\docs
Is it possible to run a command that identifies the folder that the mlx file is stored in, and then CD into that folder?

Réponses (1)

Yongjian Feng
Yongjian Feng le 29 Nov 2021
If that folder is in the matlab's path, you can
which your_mlx_file.mlx
  3 commentaires
Walter Roberson
Walter Roberson le 29 Nov 2021
Where = which(mfilename)
cd(fileparts(Where))
Metin Akyol
Metin Akyol le 29 Nov 2021
Excellent!!! Thank you so much Walter and Yongjian!!!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Search Path dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by