help-octave
[Top][All Lists]
Advanced

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

use a cell argument in oct function?


From: Michael Creel
Subject: use a cell argument in oct function?
Date: Fri, 05 Mar 2004 11:47:11 +0100
User-agent: KMail/1.6.1

Hello,
I need to pass a cell array as one of the arguments of an oct function, and 
operate upon its elements inside the oct function. I need something like

    const int n = args(1).int_value(); 

but for a cell array rather than an int. The possibility seems to de defined, 
in ov-base.h, but I can't figure out how to use it.

TIA, Michael



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