How can I use multiple output arguments from a compiled .NET assembly in Visual Basic?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deploy to .NET Applications Using MWArray API dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!