How can I return a MATLAB object into a MWArray using MATLAB Builder for .Net?
Afficher commentaires plus anciens
Hi!!!!
How can I return a MATLAB object into a MWArray using MATLAB Builder for .Net?
Matlab function vid_struc = aa(device_id) vid = 1; tell = 2; vid_struc.video = vid; vid_struc.tell =tell; end
c# MWArray[] out_args; Class1 Inverse = new Class1(); out_args = Inverse.aa(db);
error Cannot implicitly convert type 'MathWorks.MATLAB.NET.Arrays.MWArray' to 'MathWorks.MATLAB.NET.Arrays.MWArray[]'
Réponses (0)
Catégories
En savoir plus sur Deploy to .NET Applications Using MWArray API dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!