|
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)); :-)
[Prev in Thread] | Current Thread | [Next in Thread] |