Home
>
sgwt_toolbox
>
demo
> argmax.m
argmax
PURPOSE
SYNOPSIS
function i = argmax(x)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
SOURCE CODE
0001
function i = argmax(x)
0002 i=find(x==max(x));
Generated on Fri 30-Apr-2010 17:49:57 by
m2html
© 2003