How to marshall single and multi dimensional arrays in C# for passing them to Matlab functions?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi,
I generated a c# assembly with Matlab Builder NE. The arguments of the deployed fucntions are structs containing 3-, 2- and 1- dimensional array of doubles.
By handing them ofer from C# to the matlab function compiled into the assembly via the TypeSafeAPI I coded, the dimensons were flipped and the vectors were not mapped correctly. Scalars are Ok.
So what can i do to correct the mapping/marshalling of the Arrays? Thank you for your help.
Philipp
답변 (1개)
Chetan Rawal
2013년 9월 3일
I would recommend emailing support@mathworks.com with your workflow and files. They should be able to verify what the issue is, and help you get over it.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 .NET Client Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!