photo

Evandson Dantas


Last seen: 4 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer
  • First Review

查看徽章

Feeds

排序方式:

已回答
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...

2 years 前 | 0