フィルターのクリア

call .NET function with array parameter

1 回表示 (過去 30 日間)
Jie Zhang
Jie Zhang 2021 年 10 月 6 日
コメント済み: Jie Zhang 2021 年 11 月 22 日
I need to call a .Net function which accepts an array parameter. That .Net function makes some modification to that array. How should I call that .Net function from MATLAB to get the modified array? Thanks.

回答 (1 件)

Ashutosh Singh Baghel
Ashutosh Singh Baghel 2021 年 11 月 19 日
Hi Jie,
I understand you wish to call a .Net function for array parameters. This issue can be resolved using the 'params' keyword form .Net Methods. Please refer to the MATLAB Documentation page on Call .NET Methods With params Keyword.
  1 件のコメント
Jie Zhang
Jie Zhang 2021 年 11 月 22 日
This does not answer my question.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGetting Started with Microsoft .NET についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by