How can I find out the data type in the Simulink?
3 次查看(过去 30 天)
显示 更早的评论
I am dealing with Simulink and I am not able to change the data type in the MATLAB function. I want to know how can I change the data type of the variable and it should be replicate in the MATLAB function block.
0 个评论
回答(1 个)
Fangjun Jiang
2023-10-26
Click "Edit data" in the MATLAB Function block editor, you can set the data type of any data (input, output, data, etc.). Make sure they are consistent with your code.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!