Home > . > update_waitbar.m

update_waitbar

PURPOSE ^

'update_waitbar': update the waitbar display, used for ACTION functions in the GUI 'series'

SYNOPSIS ^

function update_waitbar(hwaitbar,bar_size,advance_ratio)

DESCRIPTION ^

'update_waitbar': update the waitbar display, used for ACTION functions in the GUI 'series'
------------------------------------------------------------------
INPUT:
 hwaitbar:  handles of the waitbar to update
 bar_size: vector with 4 elements, representing the abscissa, ordinate, width, height of the waitbar relative to the GUI  
 advance_ratio: number between 0 and 1 representing the advancement of the calculation (loop index relative to the total length)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 10-Mar-2010 20:42:36 by m2html © 2003