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

3 visualizaciones (últimos 30 días)
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 comentarios
Gayatri Menon
Gayatri Menon el 16 de Feb. de 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 el 19 de Feb. de 2018
No, I'm looking for an option to show the file path of the .m file which is currently opened in the editor.

Iniciar sesión para comentar.

Respuestas (1)

Gayatri Menon
Gayatri Menon el 19 de Feb. de 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 comentario
Thomas Kelber
Thomas Kelber el 19 de Feb. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by