array I/O with compiled MATLAB
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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 件のコメント
Walter Roberson
2011 年 2 月 18 日
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
2011 年 2 月 18 日
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?
回答 (1 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!