help-octave
[Top][All Lists]
Advanced

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

Can I use octave_struct as input parametr in dld function?


From: Jan Paral
Subject: Can I use octave_struct as input parametr in dld function?
Date: Wed, 22 Jan 2003 22:48:05 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

I need to use this code:

x.a=12;
x.b='asd';

Oct_DbGetDataLite(x);

where f is C++ function:

DEFUN_DLD(Oct_DbGetDataLite,args,,"Query Isdat data.")

Thanks
Jan Paral
address@hidden



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