annotate general/funutils/@function_handle/private/acount.m @ 42:ae596261e75f

Various fixes and development to audio handling
author samer
date Tue, 02 Dec 2014 14:51:13 +0000
parents 9d24b616bb06
children
rev   line source
samer@42 1 function n=acount(m,k,j),
samer@42 2 if nargin<3, j=0; end
samer@42 3 if m<j || m>k, n=k+1; else n=m; end; end