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년 초과 전 | 0

