Module 2, part 1. Strings and cell-arrays.
Contents
No. | Topic | Discussion |
---|---|---|
1. | Strings Blecture pdf caps.m toUpper.m | This blecture shows you how to work with strings as arrays of characters. |
2. | String functions Read |
This document lists some commonly used functions for working with
character and strings. |
3. | Cell arrays Blecture PDF RomanNum.m | This blecture shows you how to create and use cell arrays, focusing on their use with strings. |
4. | Self-check exercise | A few exercises on manipulating, comparing and searching for patterns in strings, and producing cell arrays |