Plotting on separate tabs on a GUI designed with AppDesigner

조회 수: 4 (최근 30일)
Ranjan Sonalkar
Ranjan Sonalkar 2022년 4월 21일
댓글: Geoff Hayes 2022년 4월 21일
I am designing a GUI with App Designer. It has multiple tabs and I would like to generate different plots on each tab. The plots are generated within a function that is called by the GUI. Can I get the handle for each plot in teh GUI before I call the function, and then forward it to the function so that the function can draw the plot on the specified tab?
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2022년 4월 21일
@Ranjan Sonalkar - yes, it seems reasonable to pass the handle to the axes (not the plot) to the function so that it can plot something on that axes.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by