How to do strcmp in textboxes with Matlab
I would like to know how to compare strings between 2 textboxs in Matlab. Can someone please give some examples? Thank you in advantage.
[/code] where s1 and s2 are the textboxes string and tf will return whether they are same or not. You should also have a look at this link to know more about this command:[code]tf = strcmp(s1,s2)