How can I get the source file path shown permanently in the MATLAB GUI?

1 vue (au cours des 30 derniers jours)
Thomas Kelber
Thomas Kelber le 8 Fév 2018
Commenté : Thomas Kelber le 19 Fév 2018
I want to see the path of the current opened MATLAB source file in the MATLAB GUI permanently.
There exists an option in the preferences -> GUIDE -> "Show file path in window title", which does not work here.
  2 commentaires
Gayatri Menon
Gayatri Menon le 16 Fév 2018
Hi,
Are you looking for an option to add the path in the title when you execute the .fig file.
Thanks
Thomas Kelber
Thomas Kelber le 19 Fév 2018
No, I'm looking for an option to show the file path of the .m file which is currently opened in the editor.

Connectez-vous pour commenter.

Réponses (1)

Gayatri Menon
Gayatri Menon le 19 Fév 2018
Hi,
I think changing the "Name" property in Property Inspector may help. When you specify the Name property, the title of the figure changes as specified in this property.You could also give a pathname here.
Thanks
  1 commentaire
Thomas Kelber
Thomas Kelber le 19 Fév 2018
Thank you for your reply. I'm not working with figures but editing .m files with same names but different pathnames, which I want to see while editing not to mix them up.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Migrate GUIDE Apps 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!

Translated by