MATLAB Octave CLI String Functions

From NovaOrdis Knowledge Base
Revision as of 21:12, 11 February 2018 by Ovidiu (talk | contribs) (Created page with "=Internal= * MATLAB/Octave CLI = strcmp= strcmp(str1, str2) will return 1 only when both strings are equal.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

strcmp

strcmp(str1, str2) 

will return 1 only when both strings are equal.