Use the Run & Time in a function called from an App (mlapp)

3 次查看(过去 30 天)
Hello,
I'm using a program that use a mlapp interface, and I'm calling different functions by clicking on buttons. I'd like to run one of these functions with the "Run & time" option but I don't know how to do it (I have no knoledge in matlab app design). I can't do it manually by using the function directly in matlab, I have to pass through the interface, so is there a way to set te button click as "Run & Time the function X" Instead of "run the function X" ?

回答(1 个)

Srijith Kasaragod
Srijith Kasaragod 2021-11-26
Hi Hugo,
Refer this document to read on 'tic' and 'toc' functions which measure elapsed time. The required function call inside the app can be specified between tic and toc function calls and 'ButtonPushedFcn' would measure elapsed time.
Regards.

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by