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!