Characters & Strings

Users are encouraged to read through the following primer: Characters & Strings Primer

Examples Tutorials
Creating and manipulating strings
Using the int8 and char commands
Using logical operations and the strcmp function
Creating formatted inputs using the input command
Creating formatted outputs using the disp command (using the num2str function)
Creating formatted outputs using the fprintf command (using three examples)
Users are encouraged to work through the following suggested exercises: Characters & Strings Exercises