|
From: | Hans-Jürgen Greif |
Subject: | octave in c++ |
Date: | Tue, 27 Aug 2013 17:58:53 +0200 |
User-agent: | KMail/4.8.5 (Linux/3.2.0-53-generic; KDE/4.8.5; x86_64; ; ) |
Hello,
I want to program octave statement in c++. The first simple example is B=fft2(A). The problem in c++ file return variable B( ComplexMatrix)
Where to put B
a) in octave_value_list args or in statement
b) B = do_fft2(args,"fft2",0 );
In both cases I get compiler errors.
Please help.
Sincerely
Hans
-- ---- Hans-Jürgen Greif Fraunhofer-IOSB Gutleuthausstr. 1 76275 Ettlingen Germany ----
|
[Prev in Thread] | Current Thread | [Next in Thread] |