error with applycform function

I tried to use applycform function, then the matlab gives me the error message saying "Undefined function 'applycformsequence' for input arguments of type 'cell'."
Error in applycform (line 88)
out = c.c_func(columndata, cdata{:});
I don't get it because I runned applycform function, not applycformsequence. I It happened when I tried the examples, like
I = imread('Fig1.png');
C = makecform('srgb2xyz');
I_xyz = applycform(I,C);
Then, the same error message came. Is this error coming from the function itself?

댓글 수: 1

applycformsequence may be a function called from within applycoform. Which version of MATLAB are you using, and what do you observe if you type
which applycformsequence -all
in the Command Window?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

태그

질문:

2014년 11월 8일

댓글:

2014년 11월 9일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by