MATLAB Compiler SDK の.NET アセンブリの統合で提供されている Type-Safe Interface のメリットは何ですか?

 채택된 답변

Takafumi
Takafumi 2017년 4월 26일
편집: michio 2017년 4월 26일

2 개 추천

通常、MATLAB Compiler SDK では、NET 用の DLL を作成することができますが、 データのやり取りをするのに、MWArray 型に変換して使います。 Type-Safe Interfaceを使うと、 MWArray 型変換無しに、C# のデータ型をそのままで使う事ができます。
英語になりますが、以下のブログが参考になります。 http://blogs.mathworks.com/loren/2011/06/03/introducing-type-safe-apis-with-builder-ne/

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기

질문:

2017년 4월 26일

편집:

2017년 4월 26일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!