How do I get the handles of all open figures in MATLAB

后端 未结 4 1095
野性不改
野性不改 2020-11-30 22:38

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

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 23:14

    You've get fine answers for the handles mass. But another tip for the original question- print all the figures to file: you can use publish option, without dealing with figrues or handles.

提交回复
热议问题