Community Profile

photo

Evandson Dantas


Last seen: 23 days 前 自 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...

1 year 前 | 0