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)));
>>

回答(2 个)

Sean de Wolski
Sean de Wolski 2011-4-12

0 个投票

Well did you define a function named "map"?
I'd guess not since that's the error you're receiving...
Walter Roberson
Walter Roberson 2011-4-12

0 个投票

The map command is only defined within MuPad (with no direct interface). It also requires a minimum of two inputs.

此问题已关闭。

关闭:

2021-8-20

Community Treasure Hunt

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

Start Hunting!

Translated by