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...
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...
3 years 前 | 0

