Clear Filters
Clear Filters

Define MATLAB Interface to C++ Library (multi-dimesion array as input/output without knowing the dimension before hand)

1 view (last 30 days)
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.

Answers (0)

Products


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!