SUNY Geneseo Department of Computer Science
Wednesday, April 23
CSci 120, Spring 2014
Prof. Doug Baldwin
Exams are graded
SOFIs
Math study abroad panel
Last project
Ways to compare values in cell array / relation to search terms or each other
strcmp
does it well for strings, but doesn’t work right for numbers==
works for numbers and strings, as long as the strings (aka vectors of characters) are the same length
all
to reduce vectors of character-by-character comparisons to a single Boolean resultall
and ==
to compare them if the lengths were the same