help-octave
[Top][All Lists]
Advanced

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

Re: Saving


From: Francesco Potorti`
Subject: Re: Saving
Date: Wed, 05 Dec 2007 08:08:37 +0100

>for i = 1 : n
>V(i,j) = V(i,j) + I;
>end 

I do not unserstand your question, but the above should be rewritten,
for speed and clarity, like this:

V(1:n,j) += I;

-- 
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: address@hidden
Web: http://fly.isti.cnr.it/           Key:   fly.isti.cnr.it/public.key


reply via email to

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