Error in MATLAB image processing
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Am doing my final year project in image processing using matlab...
Am getting error in my final module
My error is:
??? Undefined command/function 'map'.
Error in ==> final at 90 [m1 m2 m3]= map(abs(y_dct(1,1)/(DR)));
>>
Answers (2)
Sean de Wolski
on 12 Apr 2011
0 votes
Well did you define a function named "map"?
I'd guess not since that's the error you're receiving...
Walter Roberson
on 12 Apr 2011
0 votes
The map command is only defined within MuPad (with no direct interface). It also requires a minimum of two inputs.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!