Extract MATLABArray data return from Matlab dll in c# with new DATA API for dotnet
이전 댓글 표시
Built a Matlab dll, a struct is returned from some calcuation of a matlab function.
In the old MWArray data API, I can access the data by extract and marshal it to MWNumericArray.
In the new DATA API for DotNet, I can get the field of the struct data but it is in the {MathWorks.MATLAB.Types.MATLABArray}, how can I extract this array data in C#.
댓글 수: 5
Shaojun Xiao
2024년 4월 16일
Shaojun Xiao
2024년 5월 1일
편집: Shaojun Xiao
2024년 5월 1일
Shaojun Xiao
2024년 5월 8일
편집: Shaojun Xiao
2024년 5월 8일
Shaojun Xiao
2024년 5월 8일
Shaojun Xiao
2024년 5월 9일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deploy to .NET Applications Using MWArray API에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!