Home
>
sgwt_toolbox
>
demo
> argmin.m
argmin
PURPOSE
SYNOPSIS
function i = argmin(x)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
demo2
demo2 : Allows exploring wavelet scale and approximation accuracy
SOURCE CODE
0001
function i = argmin(x)
0002 i=find(x==min(x)); 0003
Generated on Fri 30-Apr-2010 17:49:57 by
m2html
© 2003