Help with call .NET
1 次查看(过去 30 天)
显示 更早的评论
I need to be able to pass several matrices to a .NET object and have it do some manipulation with legacy code and then return the updated matrices to matlab. I can create a .NET method that will return one single value, but I'm clueless for passing more than that back in forth.
Can anyone give me an example (in both VB.NET and Matlab) where I pass two 2x2 matrices, return the modified matrices and a third variable?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!