フィルターのクリア

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 Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by