Using Bitfields in Bus Editor
显示 更早的评论
回答(1 个)
Sam Warner
2022-1-23
编辑:Sam Warner
2022-1-23
0 个投票
Seems the way to do this is define bus, with BusElements data type set to Boolean. By ordering the BusElements then one can even insure that the bit represents the correct bit in the word (Move Element Up/Down withiin the Bus Editor).
Though, this technique is limited to word sizes supported by Matlab. Other word (1bit > sizes < 8bits) have a bit of hole with this technique. Though, what I have done is used enumerations for these types of word sizes, and prescribed the values that conform to the size. Does leave a bit of a hole for this technique when the bitfield is outside of a natural word size that Matlab supports.
类别
在 帮助中心 和 File Exchange 中查找有关 Configure and View Diagnostics 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!