How can I use multiple output arguments from a compiled .NET assembly in Visual Basic?
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deploy to .NET Applications Using MWArray API finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!