필터 지우기
필터 지우기

matlab gui error handles.slider

조회 수: 3 (최근 30일)
Margareta Drozdikova
Margareta Drozdikova 2018년 1월 27일
답변: Rik 2018년 1월 27일
Hi, I have this error, can you please tell me, how to solve it? thanks Undefined operator '+' for input arguments of type 'matlab.ui.control.UIControl'.
Error in exam_01>slider_Callback (line 206) xlim([handles.slider handles.slider+handles.dif])

채택된 답변

Rik
Rik 2018년 1월 27일
The information is in the error: handles.slider is an object, not a value. If you want to use the value property, use get(handles.slider,'Value') or handles.slider.Value.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by