How to change the name of the program, and GUI.fig
14 ビュー (過去 30 日間)
古いコメントを表示
My friend did the GUI part of this program, I'd appreciate if you told me how to change the name, and a quick overview of it and how it was done would be really really appreciated.
The deadline for project submission is tomorrow, and I'm on a very tight schedule.
I want to change the name from GGGGGGGGGGGG to ProteinAnlyzer. I attached the program.
1 件のコメント
Kpaijit
2021 年 9 月 3 日
To change GUI name with the old name Matlab function (old.m) to new GUI and new function name
1. use GUIDE and set Tools, GUI Options
to enable Generate FIG file and MATLAB file
2. rename Figure to the new name
File, save as new.fig
3. use file explorer to delete generated file new.m
4. use file explorer to rename old.m to new.m
回答 (1 件)
Geoff Hayes
2015 年 1 月 11 日
Ahmad - open the GUI in GUIDE, and then select Save As… from the File menu.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!