<< d2statio Other divider >>

stftb >> stftb > Other > disprog

disprog

Display progression of a loop

Calling Sequence

disprog(i,N,steps)

Parameters

I :

a real scalar in [1 N]: the loop variable

N :

a positive scalar: the final value of i

STEPS :

a positive integer: the number of displayed steps.

Description

disprog displays the progression of a loop.

Examples

N = 16;
for i=1:N
 disprog(i,N,5);
end

See also

Authors


Report an issue
<< d2statio Other divider >>