GUI rename handle problem
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I have a problem with a gui i have renamed (yes I now know I should have saveas). I've renamed all of the callbacks and any references i could find to the old name in both the .m and .fig files.
Now it works fine if I run the .m file, but fails if I run the .fig file with this error: "Attempt to reference field of non-structure array."
I guess there is a reference somewhere to the old name, how do I find and fix it?
Thanks.
0 件のコメント
採用された回答
Walter Roberson
2013 年 5 月 21 日
You do not run .fig files: you run the .m file. You will get that error if you attempt to run a .fig file.
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Printing and Saving についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!