help-octave
[Top][All Lists]
Advanced

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

Re: Octave 2.1.55: wrong type argument `matrix'


From: Paul C. Leopardi
Subject: Re: Octave 2.1.55: wrong type argument `matrix'
Date: Tue, 29 Jun 2004 02:06:55 +1000
User-agent: KMail/1.6.2

Stefan,
Thanks, I'm sure your fix will work. I'll try renaming my append.
Best regards

On Sunday 27 June 2004 22:06, Stefan van der Walt wrote:
> Hi Paul
>
> Your function makes use of 'append', which is already a built in
> function.  You should rename your append.m, and if you really want to
> you can even use "dispatch" to replace the default "append" command
> with your function:
>
> octave:1> dispatch('append', 'append2', 'matrix')
> octave:2> expand_region_for_diam([1,2;3 4])
> ans =
>
>   1  2  1  2
>   3  3  4  4



-------------------------------------------------------------
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]