Passing DataTypes from MatLab to C#
Afficher commentaires plus anciens
I am a Matlab newbie, sorry for this basic question... I am trying to format the data in matlab to resemble something like a byte array so my function in c# can read it. Any suggestions.
Example of what I hope is possible.
MatLab.send(someArray of uint8 values) => C#.receive(byte[] inputData)
Thanks in advance.
Réponses (3)
Kaustubha Govind
le 19 Juil 2011
1 vote
Walter Roberson
le 16 Juil 2011
0 votes
See the documentation for loadlibrary()
Chris Crain
le 16 Juil 2011
0 votes
Catégories
En savoir plus sur Startup and Shutdown 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!