A Quick Introduction to Matlab

In Matlab any statement without a final “; ” will print its value to the screen. There is no need to add print statements…just add the semicolons when you get tired of seeing all the output. It’s very handy for debugging to remove a semicolon wherever you’re in doubt about what’s going on. It’s also possible to make arrays with ... ................
................