Vectorize this:
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:7| Question number:19.7
All Answers
total answers (1)
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:7| Question number:19.7
total answers (1)
outlog % Just to display the value
outlog = strcmp(str1, str2)
OR:
outlog = all(str1 == str2)
need an explanation for this answer? contact us directly to get an explanation for this answer