imax
Maximum of two numbers (complexified version of max).
Back to Numerical Differentiation Toolbox Contents.
Contents
Syntax
m = imax(x,y)
Description
m = imax(x,y) returns the maximum of x and y.
Input/Output Parameters
Variable | Symbol | Description | Format | |
Input | x | input argument | 1×1 complex |
|
y | input argument | 1×1 complex |
||
Output | m | maximum of and | 1×1 complex |