필터 지우기
필터 지우기

How to use the mouse scroll as a counter in MATLAB?

조회 수: 2 (최근 30일)
Rudy
Rudy 2015년 6월 12일
댓글: Walter Roberson 2015년 6월 16일
Hi there,
I want to use the scroll wheel in a figure. What I for instance want: Take the function f(x) = x^a, where 'x' is something like 1:10 and 'a' a constant. I want to plot f(x), and when I scroll up I want 'a' to increase by one, and when I scroll down I want 'a' to decrease by one and display it right away. Is this possible?
Thank you for your help in advance.
Kind regards, Rudy

답변 (1개)

Walter Roberson
Walter Roberson 2015년 6월 12일
  댓글 수: 2
Rudy
Rudy 2015년 6월 16일
Some explanation would be nice.
Walter Roberson
Walter Roberson 2015년 6월 16일
Set a WindowScrollWheelFcn callback on the figure; see http://www.mathworks.com/help/matlab/ref/figure-properties.html for more information on the Event structure that is passed to it.
Your callback would calculate a new value for "a" and then would call a function to do the plotting for you.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by