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

How do I use the character or string data type in a Simulink S-Function?

 採用された回答

MathWorks Support Team
MathWorks Support Team 2020 年 4 月 25 日

0 投票

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 件)

カテゴリ

製品

リリース

R2017a

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by