필터 지우기
필터 지우기

GUI axis, graph label pop up menu settings

조회 수: 2 (최근 30일)
Harshal
Harshal 2012년 7월 23일
답변: rohith adulla 2014년 4월 22일
Hello, I am trying to design a GUI in which the user can select predefined data sets and plot the graphs. I succeded in this. Now, I want to add some other options like axis limit settings, xlabel, ylabel etc, wherein the user can give the desired scaling for the graph, and titles for the axes.
How can I implement this function ?
Thanks,
Harshal

답변 (2개)

Davide Ferraro
Davide Ferraro 2012년 7월 23일
Hi,
the approach is the same you have probably used before. You may use the object callback (you may have edit box to allow the user to insert his text) to control the axes callbacks by using the SET command. In example:
set(ah,'xLim',[0 50])
where ah is the handle to your axes (handles.<tagname> if you are using GUIDE).
An example of using callbacks:

rohith  adulla
rohith adulla 2014년 4월 22일
can you post your code or mail me im working on something presently so that i solve the problem and mail you back the code

카테고리

Help CenterFile Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by