octave-maintainers
[Top][All Lists]
Advanced

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

Re: use of "Octave:invalid-input-arg" as warning id


From: Juan Pablo Carbajal
Subject: Re: use of "Octave:invalid-input-arg" as warning id
Date: Tue, 15 Dec 2015 16:46:48 +0100

On Tue, Dec 15, 2015 at 4:37 PM, Nicholas Jankowski <address@hidden> wrote:
> On Tue, Dec 15, 2015 at 10:27 AM, Carlo De Falco <address@hidden>
> wrote:
>>
>>
>> On 15 Dec 2015, at 16:21, Juan Pablo Carbajal <address@hidden>
>> wrote:
>>
>> > I think the cleanest thing is to not generate any warnings, unless of
>> > course, we are attaching to mathworks idiosyncrasy.
>>
>> does anyone know what does Matlab do in this case?
>> c.
>>
>>
>>
>
> not overly familiar with the toolset.  Sample code I can run to reproduce?
>
>

ode45(@(x,t)[x(2), -(2*pi*3)^2*x(1)], [0 1], [1 0]);



reply via email to

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