Umtoggle invalid function in plotguide
3 次查看(过去 30 天)
显示 更早的评论
HI! I have some problems with Matlab plotgui. I have Matlab 7.6.0 (R2008a) in Windows XP. When I use the graphical interface for PLS-DA, I want to explore the numbers and table of my plot from the plot controls, but I have the following message:
PLOTGUI ERROR USING UMTOGGLE AT 9. UMTOGGLE FUNCTION IS OBSOLETE. SET THE CHECKED PROPERTY OF UIMENU INSTEAD.
Please can anyone help me with this?
Thanks in advance
Carolina D.A.
0 个评论
采纳的回答
Walter Roberson
2013-11-12
Edit the source to
set(handle_of_uimenu, 'checked', 1 - get(handle_of_uimenu, 'checked'))
If that is not possible, then add your own umtoggle function earlier on the MATLAB path that does the above for you.
4 个评论
Walter Roberson
2013-11-29
The "dbstop if error" together with "dbup" can be used to locate the call to umtoggle.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Debugging and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!