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