Type-Safe Interface とは何ですか?

4 views (last 30 days)
Takafumi
Takafumi on 26 Apr 2017
Edited: michio on 26 Apr 2017
MATLAB Compiler SDK の.NET アセンブリの統合で提供されている Type-Safe Interface のメリットは何ですか?

Accepted Answer

Takafumi
Takafumi on 26 Apr 2017
Edited: michio on 26 Apr 2017
通常、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/

More Answers (0)

Categories

Find more on MATLAB Compiler SDK in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!