Method Reference: string.ge

string: TF = ge (A, B)

Test for greater than or equal to.

TF is true, if string A is lexicographically greater than or equal to B. If one input is a string array, the other input can be a string array, a character vector, or a cell array of character vectors.

Source Code: string