Passing DataTypes from MatLab to C#
Ältere Kommentare anzeigen
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.
Antworten (3)
Kaustubha Govind
am 19 Jul. 2011
1 Stimme
Walter Roberson
am 16 Jul. 2011
0 Stimmen
See the documentation for loadlibrary()
Chris Crain
am 16 Jul. 2011
0 Stimmen
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!