필터 지우기
필터 지우기

Remove Image Titles in GUI

조회 수: 1 (최근 30일)
Sehrish
Sehrish 2012년 8월 12일
My GUI has multiple axes, On button press the axes have to be updated and some images have to be removed, if i use "cla" command then the image is deleted but the title remains there. how can i overcome this problem, can anyone help me. How to do the same thing with uitable, means clear the contents and make it invisible on button click?

채택된 답변

Tom
Tom 2012년 8월 12일
You need to reset the axes:
cla('reset')
or better for a GUI:
cla(axes_handle,'reset')
  댓글 수: 2
Sehrish
Sehrish 2012년 8월 12일
thank u!
Oleg Komarov
Oleg Komarov 2012년 8월 12일
Please accept Tom's answer.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by