Gets "Function 'subsindex' is not defined for valuse of class matla.ui.control.UICONTROL
4 次查看(过去 30 天)
显示 更早的评论
Hi,
This is not my first time setting and gettig data from GUI
But suddenly i get this error while trying to : set(handles.textbox_name,'string','somestring')
Can anyone help?
2 个评论
回答(1 个)
Steven Lord
2024-10-13
Don't define a variable named set in your code. If you do, you will not be able to call the set function in that function. Modify your code to use a different name for that variable.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!