Summary
The query "if row contains value matlab" can be answered affirmatively. According to the MathWorks documentation
1
, the function "contains" returns 1 (true) if the string str contains the specified pattern pat, and 0 (false) otherwise. If pat is an array containing multiple patterns, then contains returns 1 if it finds any element of pat in str.
According to