Problemas con FUNCTION
Publicado por MILEYVI SELENE (7 intervenciones) el 12/11/2008 02:36:16
Saludos a todos, recien estoy estudiando el MATLAB, y no me corre este programita, espero alguien me pueda ayudar
function barrabas2(A,x1,y1,x2,y2)
for ii=[1:x1-x2+1]
for jj=[1:y2-y1+1]
z(ii,jj)=A(ii+x2-1,jj+y1-1)
end
end
end
function barrabas2(A,x1,y1,x2,y2)
for ii=[1:x1-x2+1]
for jj=[1:y2-y1+1]
z(ii,jj)=A(ii+x2-1,jj+y1-1)
end
end
end
Valora esta pregunta


0