Extract MATLABArray data return from Matlab dll in c# with new DATA API for dotnet
Mostrar comentarios más antiguos
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 comentarios
Shaojun Xiao
el 16 de Abr. de 2024
Shaojun Xiao
el 1 de Mayo de 2024
Editada: Shaojun Xiao
el 1 de Mayo de 2024
Shaojun Xiao
el 8 de Mayo de 2024
Editada: Shaojun Xiao
el 8 de Mayo de 2024
Shaojun Xiao
el 8 de Mayo de 2024
Shaojun Xiao
el 9 de Mayo de 2024
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deploy to .NET Applications Using MWArray API en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!