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!