Define MATLAB Interface to C++ Library (multi-dimesion array as input/output without knowing the dimension before hand)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I got a simple problem in C but I am not sure how to implement it with Matlab's clibgen.
int myfunc(float matrix1[][2], float matrix2[][4], int dimension1[], int dimesion2)
My matrix1 length is actually sum of all dimension1 element. My dimension1 length is dimension2.
Now, according to the official tutorial, it is quite simple to define dimension1 array. However, I am not sure how this can be done with matrix1 (multi-dimension) array. Matrix2 is a constant length array that I know of.
Any suggestion? Thanks.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Build MATLAB Interface to C++ Library finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!