string.gt
string: TF = gt (A, B)
Test for greater than.
TF is true, if string A is lexicographically greater than 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.
true
Source Code: string