Feeds
提问
heres my code.... getting an error ? Error using ==> horzcat CAT arguments dimensions are not consistent. Error in ==> practice at 3 result=[x(:),y(:),h(:)]; please help????????
h=double(imread('evening.jpg')); [x,y]=meshgrid(1:size(h,1), 1:size(h,2)); result=[x(:),y(:),h(:...
11 years 前 | 2 个回答 | 0