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(:...
거의 12년 전 | 답변 수: 2 | 0