Borrar filtros
Borrar filtros

Waitbar minimum progress increment too high

3 visualizaciones (últimos 30 días)
Joris Lambrecht
Joris Lambrecht el 22 de Mzo. de 2018
Respondida: Rik el 22 de Mzo. de 2018
On my system, I get the following results:
h1=waitbar(0.029)
h2=waitbar(0.03)
waitbar only increments in 0.03 (3%) jumps. The waitbar documentation example shows a loop with 1/1000 as increment. I've looked around but I can't find a property that affects this. My process can take up to an hour, so it could take almost 2 minutes before any indication of progress occurs. Any ideas?

Respuestas (1)

Rik
Rik el 22 de Mzo. de 2018
You could round up to the next 3% after the first loop, or create a function yourself that works on a pixel basis with image.

Categorías

Más información sobre Dialog Boxes en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by