I=imread(filename); imshow(I,map);Error:未定义函数或变量 'map'。Solution:[I,map]=imread(filename); imshow(I,map);