Error in MATLAB image processing

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
Sean de Wolski on 12 Apr 2011
Well did you define a function named "map"?
I'd guess not since that's the error you're receiving...
Walter Roberson
Walter Roberson on 12 Apr 2011
The map command is only defined within MuPad (with no direct interface). It also requires a minimum of two inputs.

This question is closed.

Asked:

on 12 Apr 2011

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!