call .NET function with array parameter
Mostra commenti meno recenti
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.
Risposte (1)
Ashutosh Singh Baghel
il 19 Nov 2021
0 voti
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 Commento
Jie Zhang
il 22 Nov 2021
Categorie
Scopri di più su Call MATLAB from .NET in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!