Generate Simulink Model API

Helps to generate the Model Construction Simulink API codes for given Model or Subsystem.
ダウンロード: 259
更新 2022/3/25
SimulinkAPIAutomation - Helps to generate the Model Construction Simulink API codes for given Model or Subsystem.
---------------------------------------------------------------------------
Use Cases:
Here are few basic use cases of this function.
- During verification and validation of controller models, it is often necessary to create the test models with the use of MATLAB Program.
This will help the developer to the generate the code of the test model that is created manually.
- Sharing the model to other user in terms of m-file!!!
- It can be improved further to generate version nutral Simulink model atleast for selected MATLAB releases.
Please add the entire folder into MATLAB path before launching Simulink.
---------------------------------------------------------------------------
GUI Version:
- Within the Simulink model window, the tool("Generate Simulink API") can be invoked by right-click context menu
or from the "File" menu.
- Context menu can be used to initiate Simulink APIs for the Subsystem.
- File menu can be used to initiate Simulink APIs for the model.
---------------------------------------------------------------------------
API/Command Version:
Syntax:
>> generateSimulinkAPI(systemName)
Prints the API for the given system in the command window.
>> generateSimulinkAPI(systemName,filename)
Writes the API for the given system in the specified file.
systemName - It can be a simulink model or the subsystem.
Example:
>> generateSimulinkAPI('sldemo_absbrake')
Prints the API for the 'sldemo_absbrake' in the command window.
>> generateSimulinkAPI('sldemo_absbrake','sample.m')
Writes the API for the 'sldemo_absbrake' in the file 'sample.m'.
If you run the sample.m file it will generate the sldemo_absbrake_API model which is same as sldemo_absbrake.
---------------------------------------------------------------------------
Developed by: Sysenso Systems, https://sysenso.com/
Contact: contactus@sysenso.com

引用

Sysenso Systems (2025). Generate Simulink Model API (https://github.com/SysensoSystems/SimulinkAPIAutomation), GitHub. に取得済み.

MATLAB リリースの互換性
作成: R2017b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersComponent-Based Modeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.0.1

Connected to the github repository.

1.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。