help-octave
[Top][All Lists]
Advanced

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

Re: getting (only) the 3th output argument


From: Jaroslav Hajek
Subject: Re: getting (only) the 3th output argument
Date: Mon, 21 Jun 2010 20:10:52 +0200

On Mon, Jun 21, 2010 at 3:50 PM, Martijn <address@hidden> wrote:
> Hi,
> I would like to perform an integration on the third/fourth output
> argument of an existing function with several in- and output variables:
>
> [y1, y2, y3] = f(x1, x2, x3)
> int y3(dx3)
>
> the multiple input variable part is easily solved usin an anonymous
> function.
>
> Is there a function that returns the n-th output variable of function
> with multiple output variables?


I think Octave has no such function, but it sounds like a good idea.

-- 
RNDr. Jaroslav Hajek, PhD
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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