photo

Evandson Dantas


Last seen: 3 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • First Answer
  • First Review

Ver insignias

Feeds

Ver por

Respondida
check if figure exists whithout making it appear and using its figure number in findobj()
Try this h = findall(0,'type','figure','name','figure_name'); if isempty(h) % Figure doesnt exist else % Figure exist...

casi 2 años hace | 0