Remove Image Titles in GUI

2 次查看(过去 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')

更多回答(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