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 で Call MATLAB from .NET についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!