There is no coef_arraysim field in im, hence the error message.
I do see something close, coef_arrays, which stores 3 double matrices. To access one of the double matrix within im.coef_arrays, do this:
Xy = im.coef_arrays{N} %where N is 1, 2, or 3
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!