Passing array of arrays to matlab from dotnet
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi , i want to pass an array of arrays to matlab from C# .
suppose there are 3 arrays ,
xArray1={1,2,3,4,5}
xArray2={2,3,4}
xArray3={3,4,5,6,7,8,9,10}
how i can send this arrays as a single array/structure from C# to matlab??
Also how to iterate the structure in matlab ?
Any help would be appreciated, Thanks in advance.
댓글 수: 2
maryam
2013년 4월 7일
I have exactly same problem and I use MATLAB Builder NE.Any help would help me a lot.Thanks.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!