MATLAB Octave CLI String Functions: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * MATLAB/Octave CLI = strcmp= strcmp(str1, str2) will return 1 only when both strings are equal.")
 
(No difference)

Latest revision as of 21:12, 11 February 2018

Internal

strcmp

strcmp(str1, str2) 

will return 1 only when both strings are equal.