Clear Filters
Clear Filters

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

10 views (last 30 days)
I am a new user in MATLAB. I can not find the solution. Please help me how to solve this!

Answers (1)

Fangjun Jiang
Fangjun Jiang on 17 Nov 2023
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 Comments

Sign in to comment.

Tags

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!