What is 'imapplymatrixc' in the function imapplymatrix?
Show older comments
Hi all I was looking through the code for function imapplymatrix and on line line 92 came across the function imapplymatrixc. This is not defined anywhere else, and I am wondering why matlab does not throw an error because of it, does the c on the end have some sort of significance? Very confused.
I am using Image Processing Toolbox for R2012a.
Thanks in advance. Will
% Compute and return to original orientation.
Z = imapplymatrixc(I, multiplier', constants, outputClass);
Z = reshape(Z, origImageDims(1), origImageDims(2), [ ]);
Accepted Answer
More Answers (0)
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!