From: levellee ? on
get some pics as .fig files

I want to use imcrop do such thing like

c2 = imcrop(filename.fig,[46 46 10 10]);



but the file is the .fig file

I mean how could I just get the matrix infomation automatically from the .fig files in the ROI(like the center 100 pixels)

because the only file I have is the filename.fig file.

I dont konw the code to realize it effectively.


I konw if the other fomart such as tif or png, I can use imread and creat a matrix then use imcrop to get the submatrix of ROI use the code above.

how about fig, how to treat it because there are so many .fig files, now I cant just open it and use

c1 = imcrop

then use mouse crop the ROI and then do the caculate work...


thank you for help me!