CMPSC 200 - Programming For Engineers With Matlab: C 015 Olmsted Building Penn State Harrisburg Dr. Adams
CMPSC 200 - Programming For Engineers With Matlab: C 015 Olmsted Building Penn State Harrisburg Dr. Adams
Test Test
and Retest the
solution
of Matlab, the
is a proprietary
that enables us to run
commands and entire
>>
>> a = 4 * (2 + 5)
a =
28
>>
>> b = 2^5 * 3
b =
96
>>
Note: Variable
names should be
descriptive. Use
milesPerGallon
instead of x17.