Passing DataTypes from MatLab to C#
Mostrar comentarios más antiguos
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.
Respuestas (3)
Kaustubha Govind
el 19 de Jul. de 2011
1 voto
Walter Roberson
el 16 de Jul. de 2011
0 votos
See the documentation for loadlibrary()
Chris Crain
el 16 de Jul. de 2011
0 votos
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!