フィルターのクリア

Data 'gestureType': Character outputs are not supported in Simulink and Stateflow. Cast 'gestureType' to int8 or uint8 instead.

10 ビュー (過去 30 日間)
I am a new user in MATLAB. I can not find the solution. Please help me how to solve this!

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2023 年 11 月 17 日
MATLAB Function block does not support 'char' data type, so you can't write y='abc' for example.
But since R2019b, it supports 'string' data type, so you can write y="abc".
Most likely, making the above change should resolve the problem.
  6 件のコメント
Fangjun Jiang
Fangjun Jiang 2023 年 11 月 28 日
It might not matter but change the first line to be
gestureType = "No Gesture" or gestureType = ""

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeModel Verification についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by