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!