フィルターのクリア

Saving multiple versions of GUI's?

1 回表示 (過去 30 日間)
Jean
Jean 2013 年 6 月 18 日
Hello, I am having some trouble in saving multiple versions of GUI's. I want to save multiple versions of the fairly complex GUI I am working on in order to be able to track progress/go back to previous versions if needed. But each new version seems to depend on the last. How do I fix this? I save within editor in Matlab, and try to save the figure from GUIDE with a new name also, and it still has past-version dependencies, leaving any edits in the new renamed version null. Thanks very much, Jean

採用された回答

Iain
Iain 2013 年 6 月 18 日
編集済み: Iain 2013 年 6 月 18 日
Try a version control piece of software?
Subversion/Tortoise, Dimensions, etc.
Try using separate folders for different versions.
Use the name of the GUI for ONLY the current version, and save old versions with the version number.
The reason it depends on older versions is because the CALLBACKS are automatically generated, and do not update when you change the name of the GUI.
  2 件のコメント
Jean
Jean 2013 年 6 月 18 日
Thanks very much, I have tried the saving of old versions; yes, the callbacks are not updated, and this is the problem. I have also tried separate folders. There seems to be no use; always, the new version depends on the old one. Thanks anyways.
Iain
Iain 2013 年 6 月 18 日
If you use separate folders, all you have to do is ensure that matlab has the correct working directory.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by