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

조회 수: 3 (최근 30일)
Hugo FOTIA
Hugo FOTIA 2021년 11월 10일
답변: Srijith Kasaragod 2021년 11월 26일
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