ge
Define greater than or equal to condition
Description
Examples
Input Arguments
Tips
- Calling - >=or- gefor non-symbolic- Aand- Binvokes the MATLAB®- gefunction. This function returns a logical array with elements set to logical- 1 (true)where- Ais greater than or equal to- B; otherwise, it returns logical- 0 (false).
- If both - Aand- Bare arrays, then these arrays must have the same dimensions.- A >= Breturns an array of relations- A(i,j,...) >= B(i,j,...)
- If one input is scalar and the other an array, then the scalar input is expanded into an array of the same dimensions as the other array. 
- The field of complex numbers is not an ordered field. MATLAB projects complex numbers in relations to a real axis. For example, - x >= ibecomes- x >= 0, and- x >= 3+2*ibecomes- x >= 3.
Version History
Introduced in R2012a