appdesigner with matlab report generator

6 ビュー (過去 30 日間)
emmanuel kuete
emmanuel kuete 2020 年 5 月 13 日
回答済み: Yash 2024 年 11 月 27 日
how can i do to use matlab report generator with appdesigner ? i want to create a button which can generate a pdf rapport when we click on.

回答 (1 件)

Yash
Yash 2024 年 11 月 27 日
To create an app that generates reports, please follow these steps:
1. Launch App Designer and insert a push button into your app layout.
2. On the right-hand side, go to the Callbacks tab within the Component Browser. From the dropdown menu for the ButtonPushedFcn, select <Add ButtonPushedFcn callback>.
3. This will generate a new function in your code. Here, you can implement the logic for creating the report, or you can simply call a script that handles report generation.
I hope this guidance is helpful!

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by