フィルターのクリア

How to programmatically click update button of Function Callers in AUTOSAR Component designer

3 ビュー (過去 30 日間)
A-Seong Joo
A-Seong Joo 2022 年 11 月 3 日
回答済み: Yuvraj Singh 2023 年 2 月 22 日
Hello.
How to programmatically click "Update code mappings. Initiates an update diagram" button in Function Callers in Code Mappings Component Interface?
I'm referring to the 2) Update button in the screenshot below.
Thank you.
1) Matlab example
2) Update button

回答 (1 件)

Yuvraj Singh
Yuvraj Singh 2023 年 2 月 22 日
Hello,
You can obtain the handle of the UIobject by using 'findobj' and then invoke the pushbutton callback using FEVAL.
Refer to MATLAB Answer mentioned below for more details.
Refer to the below link for more information on the properties of UIcontrol objects:

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by