octave-maintainers
[Top][All Lists]
Advanced

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

Re:


From: Andreas Weber
Subject: Re:
Date: Fri, 30 Nov 2018 08:06:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

Am 29.11.18 um 23:29 schrieb Andrea Latina:
A = [];
A += ones(4,1); % a matrix

I think this is equal to:
A = 0;
A += ones(4,1);

-- Andy



reply via email to

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