How can I get the source file path shown permanently in the MATLAB GUI?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
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
Respuestas (1)
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
Ver también
Categorías
Más información sobre Printing and Saving en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!