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!