Figured out that the Input Data Type and the One Comparing in Flow chart should be of same data type. I was comparing input of type Int to an Enum, Hence it was generating if else, Changed input to Enum and it generated switch case.
Hi, In Configuration Parameters, Code style I have selected th option to Convert if-elseif-else to switch case statements but the generated code still generates the code using if else. How to make sure it generates using switch case?
1 回表示 (過去 30 日間)
古いコメントを表示
Harish Shekarappa
2016 年 8 月 24 日
回答済み: Harish Shekarappa
2016 年 8 月 26 日
Hi,
I am trying to generated code for a stateflow Flowchart, In Configuration Parameters, Code style I have selected th option to Convert if-elseif-else to switch case statements but the generated code still generates the code using if else. How to make sure it generates using switch case?
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!