フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

I have a a simpe graph, say sine wave. Using uicontrol i added a check box on the above-mentioned sinwave figure. Now on check box click/unclick a vertical line appears/disppears on figure. I wanwant to have handle of this line to slide it on the si

1 回表示 (過去 30 日間)
Muhammad Jibran
Muhammad Jibran 2019 年 1 月 6 日
閉鎖済み: Rik 2019 年 1 月 6 日
uicontrol('type','checkbox','string','plz tick','callback','{@dt,xm}');
Function H = dt(hObject,xm)
H=line([xm xm] [-1 1]);
end

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by