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!