help-octave
[Top][All Lists]
Advanced

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

Re: Accessing passed parameters in an oct file


From: c.
Subject: Re: Accessing passed parameters in an oct file
Date: Thu, 2 Jan 2014 00:30:53 +0100

On 1 Jan 2014, at 22:38, mpender <address@hidden> wrote:

> I think the parameters are actually passed as doubles or arrays of doubles
> and I can't find the right member function to just extract the values as
> scalar integers. I want integers so I can use the numbers as array indices,

then you probably want to use this method:
http://octave.sourceforge.net/doxygen/html/d3/d35/classoctave__value.html#a8f6e56e3742aa5597f972ad36f964724

In general you can look here for doxygen generated documentation of Octave's 
source code:
http://octave.sourceforge.net/doxygen

HTH,
c.

reply via email to

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