Define MATLAB Interface to C++ Library (multi-dimesion array as input/output without knowing the dimension before hand)
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Build MATLAB Interface to C++ Library en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!