Print Plot Crash The Handle List Box

I have a timer for saving the plot. But when start the timer, my List Box was disappeared. Sometimes it shows but sometimes it vanished. Is the print function so heavy for processing in matlab so that my list box is disappeared?

 채택된 답변

Adi Mico
Adi Mico 2011년 8월 12일

0 개 추천

Solved.
I have the listbox into another figure.

추가 답변 (1개)

Michael
Michael 2011년 8월 12일

0 개 추천

Is the ListBox the only uicontrol in your figure? Are there some more uicontrols which remains in the saved plot? Try to use the 'parent' property when creating the listbox:
listbox1 = uicontrol(parent, 'Style', 'listbox',...)
If it is not necessary to use print() and just want to save the graph as a picture, so try to use the saveas() instead.

댓글 수: 1

Adi Mico
Adi Mico 2011년 8월 12일
the only one that disappeared is listbox. I still have the editbox,axes,and pushbutton.
I've tried with saveas() but the result is the same

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

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2011년 8월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by