CSE1121 Chapter3
CSE1121 Chapter3
Scientific Programming
ENGR 101
Introduction to Programming
Built-in MATLAB Functions
Using Built-in Functions
𝑑𝑒𝑔𝑟𝑒𝑒𝑠=𝑟𝑎𝑑𝑖𝑎𝑛𝑠 ()
180
𝜋
𝑟𝑎𝑑𝑖𝑎𝑛𝑠=𝑑𝑒𝑔𝑟𝑒𝑒𝑠 ()
𝜋
180
DATA Analysis Functions
• Analyzing data statistically in MATLAB is
particularly easy:
• Whole data sets can be represented by a
single matrix
• Built in data analysis functions
Maximum and Minimum
Maximum and Minimum
Maximum and Minimum
Use Transpose to find maximum and
minimum in rows
• MATLAB is column
dominant
Mean and Median
•