How do I use the Character or String data type in a Simulink S-Function?

13 vues (au cours des 30 derniers jours)
How do I use the character or string data type in a Simulink S-Function?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 25 Avr 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.

Plus de réponses (0)

Catégories

En savoir plus sur Prepare Model Inputs and Outputs dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits


Version

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by