
スライダーを動かして、マウスを押したままの状態でグラフ位置を調整するなどの処理を入れることは可能でしょうか?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 25 de Oct. de 2013
Respondida: MathWorks Support Team
el 25 de Oct. de 2013
マウスを押したままスライダーを動かす場合に、グラフ位置を調整するなどの処理を入れることは可能であれば、教えてください。
Respuesta aceptada
MathWorks Support Team
el 25 de Oct. de 2013
スライダーを動かす際、マウスを押したままで位置の調整などの処理を入れることは可能です。上記の処理は WindowButtonMotionFcn 関数とスライドの範囲を取るコマンド get(handles.slider,'Position') を連携させれば実現可能です。サンプルプログラムを下記のリンクからダウンロードすることができます。

0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!