array I/O with compiled MATLAB
Info
This question is closed. Reopen it to edit or answer.
Show older comments
We need to pass an array to compiled MATLAB code and have it return an array. Where do we find information about doing this?
2 Comments
Walter Roberson
on 18 Feb 2011
In which way is it compiled? Is this through mcc, or is it Embedded Matlab, or is it Simulink with Real Time Workshop?
Walter Roberson
on 18 Feb 2011
If it is mcc then the data type of the array will make a difference. Also, is the source array row-major (C-style) or column-major (Fortran-style) order? And is it complex?
Answers (1)
Kaustubha Govind
on 18 Feb 2011
0 votes
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!