Passing a Matlab structure to C#
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I'm working on a program in Matlab and I need to send a data structure (declared in Matlab) to a C# dll. The dll is linked with NET Assembly. This dll would read the structure and after some calculations also modify some parameters of the structure.
So the in parameter and the out parameter of the c# dll function would be the structure. Do you have an example of this kind of interfaces? Thank you in advanced for the help :)
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Structures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!