How do I use the Character or String data type in a Simulink S-Function?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 5 de Oct. de 2017
Respondida: MathWorks Support Team
el 20 de Oct. de 2017
How do I use the character or string data type in a Simulink S-Function?
Respuesta aceptada
MathWorks Support Team
el 25 de Abr. de 2020
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Prepare Model Inputs and Outputs en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!