How to call a MATLAB Builder NE function with a struct as input
이전 댓글 표시
I have built a .NET dll with MATLAB Builder NE which has a funtion "MPCSolve". This function takes a struct "problem" as input. The struct contains vectors of different lengths. The output of the function are two structs and one scalar value. Compilation and add as reference in Visual Studio works. But I don't know how to construct the struct "problem" to call the function. How do I define this struct? I think it has to be a MWArray type.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 .NET Enumerations in MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!