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!