How to call the C# function with one or two ref type arguments?
이전 댓글 표시
I find help in matlab document, but that is about C# functions with only one argument(ref type). Now, I have a funtion with two ordinary arguments and one ref type argument, like this:
bstatus = CS_function(arg1, arg2, ref arg3)
How could I call this function?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB 中的 .NET 方法에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!