I have nine open figures in matlab (generated by another function) and I want to print them all to file. Does anyone know how to grab the handles of all open figures in MATL
I think findall should work
handles=findall(0,'type','figure')