Borrar filtros
Borrar filtros

How to demonstrate analysis time in app designer window ?

6 visualizaciones (últimos 30 días)
farzad
farzad el 25 de Abr. de 2020
Comentada: farzad el 2 de Mayo de 2020
Hi all
I have tic;toc in my code. How can I display the analysis time in an edit field as : hrs:minutes:seconds ?
should it be numeric or text edit field ?

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 25 de Abr. de 2020
Text edit field will be more suitable. See the attached app.
  31 comentarios
Ameer Hamza
Ameer Hamza el 2 de Mayo de 2020
Without inspecting the actual app, there is not much that can be done. As you have also observed that it works in a standalone app. So there must be some other thing in that app that is preventing that.
farzad
farzad el 2 de Mayo de 2020
All I have after finishing the loop :
te=toc
waitbar(1, h1, 'msg')
close all
h2 = waitbar(1,'msg');
app.EditField_7.Value = char(duration(0,0,te))

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by