help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nearest neighbor interpolation.


From: Ismael Núñez-Riboni
Subject: Re: Nearest neighbor interpolation.
Date: Fri, 20 Apr 2012 13:34:26 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2


It would be good programming practice to initialize b beforehand:

b = zeros (size (a));


Yes, I did in my previous E-Mail:

b = zeros(2.*size(a,1), 2.*size(a,2));

:-)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]