Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Set Function Not Workin Normal Execution

조회 수: 1 (최근 30일)
Volkan Sahin
Volkan Sahin 2019년 7월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
I tried to update my listbox with using the code below.
set (findobj(gcf,'tag','listbox1'),'string','');
But it is not working. When i go to debug mode and put a breakpoint before this code. It update listbox with blank value. I also tried with a proper string like "Hello World" but it still not work in normal executaion. How can i handle this problem ?
  댓글 수: 2
Volkan Sahin
Volkan Sahin 2019년 7월 29일
Hi, Thank you for your help. The solution you have offered works for updating figure. But unfortunatelly is doesn't work for updating listbox element.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by