Passing DataTypes from MatLab to C#
이전 댓글 표시
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.
답변 (3개)
Kaustubha Govind
2011년 7월 19일
1 개 추천
Walter Roberson
2011년 7월 16일
0 개 추천
See the documentation for loadlibrary()
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!