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)));
>>
0 个评论
回答(2 个)
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...
0 个评论
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.
0 个评论
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!