How do I use the Character or String data type in a Simulink S-Function?
6 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2017-10-5
回答: MathWorks Support Team
2017-10-20
How do I use the character or string data type in a Simulink S-Function?
采纳的回答
MathWorks Support Team
2020-4-25
The char and std::string data types are not supported by Simulink:
However, "character arrays" can be emulated by using the int8 data type in Simulink and data type casts within the S-Function.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Prepare Model Inputs and Outputs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!