このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
コード スタイル
スタイル ルールに従い、より読みやすく一貫性のあるコードを作成するようにコード ジェネレーターを構成できます。コード ジェネレーターは、かっこや到達不能なステートメントなど、オプションの構文機能を削除または追加できます。
パフォーマンスまたは可読性が優先されるような方法で、特定の操作を実装するようにコード ジェネレーターを構成できます。たとえば、2 のべき乗で乗算する場合、乗算演算子ではなく符号付きのビット単位シフトを使用すると、より効率的ですが可読性が低下します。いずれかのメソッドが優先されるようにコード ジェネレーターを構成できます。
トピック
- Enhance Readability of Code for Flow Charts
Describes how to convert if-elseif-else code to switch-case statements to enhance readability of generated code.
- Enhance Code Readability for MATLAB Function Blocks
Convert if-elseif-else code to switch-case statements.
- Improve Data Coherency in Generated Code
Generate a single unique variable for each Data Store read and write operation and thereby enhance Data Coherency.
- Control Parentheses in Generated Code
Specify how parentheses are placed in the code.
- Optimize Code by Reordering Commutable Operands
Reorder the execution of operands in the generated code to improve efficiency.
- 到達不能な Stateflow switch ステートメントの default ケースの生成を抑制
switch-case ステートメントについて default ケースを生成するかどうかを指定する。
- Replace Multiplication by Powers of Two with Signed Bitwise Shifts
Specify whether to replaces multiplication by powers of two with signed bitwise shifts.
- Generate Code Containing Right Shifts on Signed Integers
Specify whether the generated code contains right shifts on signed integers.
- Control Cast Expressions in Generated Code
Control the data type casts that the code generator specifies in the generated code.