help-octave
[Top][All Lists]
Advanced

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

Re: LSODE Question - External Inputs?


From: Jordi Gutiérrez Hermoso
Subject: Re: LSODE Question - External Inputs?
Date: Mon, 27 Feb 2012 09:41:59 -0500

On 24 February 2012 16:05, Olaf Till <address@hidden> wrote:

> [xdot_not_needed_now, Fx] = EqMotion (X.', T, m, k, c, u, udot, t_vector);

I'm not sure if you're aware or not, but if you're using Octave 3.4.x
or newer, you can use the syntax

    [~, out] = foo(bar);

to omit output variables. Some functions will detect that you are
omitting an output variable, so won't attempt to compute it.

- Jordi G. H.


reply via email to

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