Home
>
custom
>
colfilt_filters
> mmax.m
mmax
PURPOSE
does m =max(x(:))
SYNOPSIS
function m = mmax(x)
DESCRIPTION
does m =max(x(:))
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
SOURCE CODE
0001
function m = mmax(x)
0002
% does m =max(x(:))
0003 m =max(x(:));
Generated on Tue 24-Feb-2009 19:14:50 by
m2html
© 2003