I. Introduction to Programming Using MATLAB - Elsevier

I. Introduction to Programming Using MATLAB Chapter 1: Introduction to MATLAB Exercises 1) Create a variable to store the atomic weight of silicon (28.085). >> siliconAtWt = 28.085 siliconAtWt = 28.0850 2) Create a variable myage and store your age in it. Subtract one from the value of the variable. ................
................