call .NET function with array parameter

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 个)

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.

类别

帮助中心File Exchange 中查找有关 Call MATLAB from .NET 的更多信息

产品

版本

R2021a

标签

提问:

2021-10-6

评论:

2021-11-22

Community Treasure Hunt

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

Start Hunting!

Translated by