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!