Packed Bit Array - RWT UDP
1 次查看(过去 30 天)
显示 更早的评论
Hello,
Looking to create an interface in simulink that will send out UDP packets over loopback to another executable on my computer. I want to be able to create an mfile or function block that will allow me to change what is being sent over UDP.
I was a little lost on how to handle packed bit arrays. Lets say the first byte of my message, I want to be filled with bit flags... In my script, I might have some workspace variables like Flag1, Flag2, Flag3... etc. Matlab will store these by dafault as double. How to I consolidate these into a packed bit array? I want the ability in my script to just code "Flag1 = 1 or 0".
Thanks
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Development Computer Setup 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!