How can I use multiple output arguments from a compiled .NET assembly in Visual Basic?
Mostrar comentarios más antiguos
I have built a .NET assembly of the following MATLAB function:
function [a,b] = TwoOutputs()
[a, b] = eig([1 2;3 4]);
I would like to retrieve 'a' and 'b' in a Visual Basic project.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deploy to .NET Applications Using MWArray API en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!