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

2 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by