MATLAB MAB Control Optimizer

spésifikasi
- Ngaran produk: MAB Control Optimizer
- Vérsi: Teu dieusian
Prerequisites for Deployment
Before deploying the MAB Control Optimizer, ensure that the following prerequisites are met:
- Verify that version 9.11 (R2021b) of the MATLAB Runtime is installed.
- Lamun teu dipasang, ngajalankeun MATLAB Runtime installer ku cara nuliskeun
>mcrinstallerat the MATLAB prompt.
Catetan: Administrator rights are required for installation. - Alternatively, download and install the Windows version of the MATLAB Runtime for R2021b from MathWorks websitus.
Files pikeun nyebarkeun jeung Paket
When deploying the MAB Control Optimizer, make sure to include the following files dina pakét anjeun:
- MAB_Optimizer.exe
- MCRInstaller.exe
- If end users face issues downloading the MATLAB Runtime, include it by selecting the “Runtime included in package” option in the Deployment Tool.
- Kaasup readme file pikeun émbaran tambahan.
“`
MAB Control Optimizer

1. Prasyarat pikeun deployment
Pariksa yén versi 9.11 (R2021b) tina MATLAB Runtime dipasang. Upami henteu, anjeun tiasa ngajalankeun pamasang MATLAB Runtime. Pikeun manggihan lokasina, lebetkeun
>>mcrinstaller
dina ajakan MATLAB. CATETAN: Anjeun peryogi hak administrator pikeun ngajalankeun installer MATLAB Runtime.
Alternatipna, unduh sareng pasang versi Windows tina MATLAB Runtime pikeun R2021b tina tautan di handap ieu dina MathWorks websitus:
https://www.mathworks.com/products/compiler/mcr/index.html
Kanggo inpo nu leuwih lengkep tentang MATLAB Runtime na installer MATLAB Runtime, tingali "Ngadistribusikaeun Aplikasi" dina dokuméntasi MATLAB kompiler dina MathWorks Dokuméntasi Center.
2. Files pikeun nyebarkeun jeung Paket

Files kana Paket pikeun Mandiri ================================== -MAB_Optimizer.exe -MCRInstaller.exe Catetan: lamun pamaké tungtung teu bisa ngundeur MATLAB Runtime ngagunakeun parentah nu aya dina bagian saméméhna, kaasup kana nalika ngawangun komponén anjeun ku ngaklik "Runtime kaasup dina pakét" link dina Alat deployment. - Bacaan ieu fileID aturan
A rule ID, which is used to identify the guideline, consists of two lower case letters and a four-digit
number. The letter and number combination is separated by an underscore. For example, xx_nnnn. A
rule ID is permanent and will not change.
Note: The two-letters in the rule ID identify the guideline author. db, jm, hd, ar are used for Ver 1.0
guidelines. na and jc are used for guidelines created from Ver 2.0 to present.
Sub ID Recommendations
Specifies guideline sub IDs that are recommended for use by the NA-MAAB (North American MathWorks
Automotive Advisory Board) and JMAAB (Japan MathWorks Automotive Advisory Board) modeling
standards organizations. Each organization is a region-specific consortium of OEMs and suppliers; NAMAAB represents North America and Europe. JMAAB represents Japan.
MATLAB® Versions
MAB guidelines support all versions of MATLAB and Simulink products. When a rule applies only to a
specific version(s), the version is identified in the MATLAB Version field by using one of these formats:
• All — All versions of MATLAB
• RX, RY, RZ — A specific version of MATLAB
• RX and earlier — Versions of MATLAB until version RX
• RX and later — Versions of MATLAB from version RX to the current version
• RX through RY — Versions of MATLAB between RX and RY
Sub ID
Specifies the condition(s) of the rule. There can be multiple sub IDs per rule ID, which are designated as
boh:
• Selectable ― Consist of one lower-case letter (alphabetical order). The choice of whether to
adopt a selectable sub ID is left to the user.
• Mutually Exclusive ― Consist of one lower case letter (alphabetical order) and a single-digit
number. When choosing to accept or reject a mutually exclusive sub ID, only one option can be
dipilih.
Example
xy_0000 → xy_0000a Selectable (user’s choice)
→ xy_0000b1 Mutually Exclusive (if using, choose from xy_0000b1 or xy_0000b2)
→ xy_0000b2 Mutually Exclusive (if using, choose from xy_0000b1 or xy_0000b2)
Judul
The title is unique and provides a brief description of the guidelines.
Katerangan
The description uses figures and tables to provide details for the guideline rules.
This table identifies characters that are used in the description
Description content Explanation Example
[] (square brackets) Block name [Outport]
{ } (curly brackets)
Block parameter name
Stateflow parameter name
Configuration parameter settings
{Display propagated signal}
10
“ ” (double quotation marks) Parameter setting value “0”
Custom Parameters
For rules that include custom parameters, the chosen value is specific for the project with regard to the
item being described.
Example of objects and values are provided in the description field. However, a project’s processes,
condition of the control target, and skill levels of the engineers should be comprehensively evaluated
when specifying a custom parameter.
Rational
The rationale provides reasoning for the use of the guideline with regard to readability, verification
efficiency, efficiency of code after code generation, etc.
Tempo ogé
This optional section is only available in guidelines that have additional reference information that may
be helpful to better understand the guideline.
11
2. Naming Conventions
Konvénsi Umum
ar_0001: Usable characters for file ngaran
Rule ID: Title ar_0001: Usable characters for file ngaran
Sub ID
Rekomendasi
NA-MAAB: a, b, c, d, e, f, g
JMAAB: a, b, c, d, e, f, g
MATLAB® Version All
Aturan
Sub ID Description Custom Parameter
a Only these character types shall be used in file ngaran:
single-byte alphanumeric characters (a-z, A-Z, 0-9)
single-byte underscore (_)
Line breaks, single-byte spaces, double-byte
characters, and control characters shall not be used.
File types that are checked for model and MATLAB
files shall be set in the project settings.
File (ekstensi)
【Incorrect】
MAB Model.slx Single-byte spaces are used.
JMAAB 設定.m Double-byte characters are used.
NA-MAABModel.p
JMAAB(Model).mdl Symbol characters are used.
b Anu file name shall not use numbers at the beginning. File (ekstensi)
【Incorrect】
001_JMAABModel.slx
c The file name shall not use underscores at the
mimiti.
File (ekstensi)
【Incorrect】
_JMAABModel.slx
d The file name shall not use an underscore at the end. File (ekstensi)
【Incorrect】
MABModel_.slx
e The file name shall not use consecutive underscores. File (ekstensi)
【Incorrect】
JMAAB__Model.slx
f The file name shall not consist solely of a single
reserved MATLAB word
File (ekstensi)
【Incorrect】
ans.slx
double.slx
week.slx
zero.slx, etc.
g File names on the MATLAB path shall not be identical. File (ekstensi)
【Incorrect】
Files with the same name are saved to the folder that goes through the MATLAB path.
12
Alesan
Sub ID Description
abcf Readability is impaired.
Deviation from the rule can cause unexpected issues.
de Readability is impaired.
g
If there are multiple files with the same name, the one higher on the path is loaded.
As a result, unnecessary files might be included.
Readability is impaired.
Deviation from the rule can cause unexpected issues.
ar_0002: Usable characters for folder names
Rule ID: Title ar_0002: Usable characters for folder names
Sub ID
Rekomendasi
NA-MAAB: a, b, c, d, e, f
JMAAB: a, b, c, d, e, f
MATLAB® Version All
Aturan
Sub ID Description Custom Parameter
a Only these character types shall be used in folder
ngaran:
Single-byte alphanumeric characters (a-z, A-Z, 0-9)
Single-byte underscore (_)
Line breaks, single-byte spaces, double-byte
characters, and control characters shall not be used.
–
【Incorrect】
Symbol characters are used.
Single-byte spaces are used.
Double-byte characters are used.
b The folder name shall not use numbers at the
mimiti.
–
【Incorrect】
c The folder name shall not use underscores at the
mimiti.
–
【Incorrect】
d The folder name shall not use underscores at the end. –
13
【Incorrect】
e The folder name shall not use consecutive
underscores.
–
【Incorrect】
f The folder name shall not consist solely of a single
reserved MATLAB word.
–
【Incorrect】
Alesan
Sub ID Description
abcdef Readability is impaired.
Deviation from the rule can cause unexpected issues.
jc_0241: Length restriction for model file ngaran
Rule ID: Title jc_0241: Length restriction for model file ngaran
Sub ID
Rekomendasi

NA-MAAB: a
JMAAB: a
MATLAB® Version All
Aturan
Sub ID Description Custom Parameter
Modél a file name length shall be a maximum of 63
characters (not including dots and extension).
Maximum model file
panjang ngaran
Alesan
Sub ID Description
a Possible that a long file name cannot be referred to in the model reference.
jc_0242: Length restriction for folder names
Rule ID: Title jc_0242: Length restriction for folder names
Sub ID
Rekomendasi
NA-MAAB: a
JMAAB: a
MATLAB® Version All
Aturan
Sub ID Description Custom Parameter
a Folder name length shall be a maximum of 63 Maximum folder name
14
characters. length
Alesan
Sub ID Description
a Possible that the full path name cannot be display in the user interface.
3. Watesan
Kanggo inpo tentang terminologi deployment, buka https://www.mathworks.com/help tur pilih MATLAB Compiler> Ngamimitian> Ngeunaan Aplikasi Deployment> Deployment Product Sarat di MathWorks Documentation Center.
Dokumén / Sumberdaya
![]() |
MATLAB MAB Control Optimizer [pdf] Manual pamaké MAB Control Optimizer, Control Optimizer, Optimizer |

