How can I use multiple output arguments from a compiled .NET assembly in Visual Basic?
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Deploy to .NET Applications Using MWArray API in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!