PDA

View Full Version : Matlab - Warning: Size vector should be a row vector with integer elements


gabmac2
11-05-2014, 13:40
A=zeros(x,y);

for n=1:x
for m=1:y
if .....
A(n,m)=1;

end
end
end
Invocando una funzione su quest' array restituisce quest' errore
Da cosa è dovuto?
Grazie in ancitipo

gabmac2
11-05-2014, 22:32
intanto grazie,
è una libreria aggiuntiva
In che senso "non va d'accordo con le dimensione dell'array che gli stai fornendo"?