"string: String. Supported only in charts that use C as the action language." -> what does this mean and how do I use C in simulink?
Stateflow String Output - cannot assign string type to variable
2 ビュー (過去 30 日間)
古いコメントを表示
I am trying to output a simple string from the stateflow. I did try changing the type of y in 'Model Explorer', but 'string' was not an option.
回答 (1 件)
Chidvi Modala
2020 年 6 月 9 日
Characters are not valid Simulink signal types - only numeric, fixed-point, enumerated and bus types (with elements of supported type) are supported. See Data Types supported by Simulink. You can refer to Type Cast Operations section in this page
MATLAB is the default action language syntax for new Stateflow charts. String data is not supported with MATLAB as the Action Language. To create a chart that uses C as the action language, execute the following
sfnew -c
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!