strcmp
Syntax
Description
tf = strcmp(str1,str2)str1 and str2. The
                operator returns 1 (true) if the strings are
                identical, and returns 0 (false) otherwise.
                    strcmp is case sensitive. Use this operator in the Requirements Table block.
Examples
Input Arguments
Version History
Introduced in R2022b


