help-octave
[Top][All Lists]
Advanced

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

Error Message


From: Yusif Khalil Akhund
Subject: Error Message
Date: Wed, 6 Aug 2003 17:53:04 -0400 (EDT)
User-agent: SquirrelMail/1.4.1

Hi,

I'm trying to concatenate arrays in the usual way:

M = [];
if (condition)
   M = [M (value)];
end

When I do this, I get the following "warning:"

>>> rms = [rms, temp];

warning: empty matrix found in matrix list near line 38, column 14
warning: near line 38, column 11:

I get this message several times because I have employed the same
technique in my program frequently, though the program still runs
successfully.  How can I suppress this warning?

Thanks,
Yusif



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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