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!