フィルターのクリア

Real time Workshop / Embedded coder: Command Line Functions to download Tunable Parameters

3 ビュー (過去 30 日間)
I can successfully download BATCH download Tunable Parameters (only batch btw). I want to do the (batch) download from a home-made GUI instead of using the 'External Mode Control Panel'.
1. What command to use? 2. Anybody knows of a list of all such commands?
Any input is highly appreciated! //bjoern

採用された回答

TAB
TAB 2012 年 3 月 1 日
[EDITED]
I am not sure but you can try this.
After changing the parameter in workspace you can give model update command to make changes effective. To update the model simply press Ctrl+D or use
set_param('YourModel','SimulationCommand','update')
It will update the parameter values in the model and download the parameters to your application. Before that Make sure that "Batch Download" option is ON. You can do it by
set_param('YourModel','ExtModeBatchMode','on');
Please let me know if it works.
  3 件のコメント
TAB
TAB 2012 年 3 月 1 日
Please see the edited part of answer.
Bjoern
Bjoern 2012 年 3 月 1 日
Thanks a ton TAB, Works like a charm!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by