What is the difference between rtu and rtb varibles in auto code generation from simulink data?
11 次查看(过去 30 天)
显示 更早的评论
In autocode geenration, the variables are vrated with prefix rtu and rtb ,what does it mean exactly?
0 个评论
采纳的回答
Jonas
2021-3-25
By default, local block output variables are appended with the prefix 'rtb_'. This setting can be changed in the Configuration Parameters > Code Generation > Identifiers.
External inputs are appended with the prefix 'rtu_', but I think it depends on the Storage Class as well.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Reporting and Database Access 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!