필터 지우기
필터 지우기

subplot visible off to all other subplot except the selected

조회 수: 4 (최근 30일)
Deepak siddappa gopalappa
Deepak siddappa gopalappa 2014년 8월 22일
답변: Deepak siddappa gopalappa 2014년 8월 25일
I generate a code for the selection of sub-plot using button selection but the selection of last sub-plot it make all other sub-plot visible off but if I select other proceeding sub-plots or overlapping on it please give me some suggestion
Thanks Deepak
  댓글 수: 2
José-Luis
José-Luis 2014년 8월 22일
Please post a minimum working example so we can help you better.
Image Analyst
Image Analyst 2014년 8월 22일
I don't even understand the English - no idea what he's asking. From what I can gather, there is an array of subplots and one subplot number is chosen view the menu() function, a popup, listbox, pushbutton, or some other way of getting a number from the user. Then, somehow, other subplots are made invisible and the selected one is still visible. Then the stuff after "but if I select.....", I have no idea what that means or what is wanted.

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

답변 (1개)

Deepak siddappa gopalappa
Deepak siddappa gopalappa 2014년 8월 25일
Thank you for respond i was looking for all the children of subplot to make visible off so i got the answer set(allchild(Handle),'Visible','off') set(Handle,'Visible','off')

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by