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

조회 수: 2 (최근 30일)
Thomas Kelber
Thomas Kelber 2018년 2월 8일
댓글: Thomas Kelber 2018년 2월 19일
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
Gayatri Menon
Gayatri Menon 2018년 2월 16일
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 2018년 2월 19일
No, I'm looking for an option to show the file path of the .m file which is currently opened in the editor.

댓글을 달려면 로그인하십시오.

답변 (1개)

Gayatri Menon
Gayatri Menon 2018년 2월 19일
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
Thomas Kelber
Thomas Kelber 2018년 2월 19일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by