Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Set Function Not Workin Normal Execution

1 Ansicht (letzte 30 Tage)
Volkan Sahin
Volkan Sahin am 26 Jul. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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 Kommentare
Volkan Sahin
Volkan Sahin am 29 Jul. 2019
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.

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by