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 CenterFile Exchange에서 Getting 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