0% found this document useful (0 votes)
117 views9 pages

Matlab

This document outlines a MATLAB Onramp course to familiarize users with MATLAB's programming environment and core capabilities. The course covers basic commands, vectors and matrices, importing/exporting data, array indexing and modification, array calculations, calling functions, obtaining help, plotting data, writing scripts, logical arrays, programming with decision branching and loops, and concludes with a final project.

Uploaded by

suhasnambiar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
117 views9 pages

Matlab

This document outlines a MATLAB Onramp course to familiarize users with MATLAB's programming environment and core capabilities. The course covers basic commands, vectors and matrices, importing/exporting data, array indexing and modification, array calculations, calling functions, obtaining help, plotting data, writing scripts, logical arrays, programming with decision branching and loops, and concludes with a final project.

Uploaded by

suhasnambiar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

• MATLAB Onramp

• 1. Course Overview
• Familiarize yourself with the course.
• Course Overview
• 2. Commands
• Enter commands in MATLAB to perform calculations and create variables.
• Entering Commands
• Storing Data in Variables
• Using Built-in Functions and Constants
• Desktop Overview
• 3. Vectors and Matrices
• Create MATLAB variables that contain multiple elements.
• Manually Entering Arrays
• Creating Evenly-Spaced Vectors
• Array Creation Functions
• 4. Importing Data
• Bring data from external files into MATLAB.
• Saving and Loading Variables
• Import Tool
• 5. Indexing into and Modifying Arrays
• Use indexing to extract and modify rows, columns, and elements of
MATLAB arrays.
• Indexing into Arrays
• Extracting Multiple Elements
• Changing Values in Arrays
• 6. Array Calculations
• Perform calculations on entire arrays at once.
• Performing Array Operations on Vectors
• 7. Calling Functions
• Call functions to obtain multiple outputs.
• Obtaining Multiple Outputs from Function Calls
• 8. Obtaining Help
• Use the MATLAB documentation to discover information about
MATLAB features.
• Obtaining Help
• 9. Plotting Data
• Visualize variables using MATLAB's plotting functions.
• Plotting Vectors
• Annotating Plots
• Plots Tab
• 10. Review Problems
• Bring together concepts that you have learned with a project.
• Project - Electricity Usage
• Project - Audio Frequency
• 11. MATLAB Scripts
• Write and save your own MATLAB programs.
• The MATLAB Editor
• 12. Logical Arrays
• Use logical expressions to help you to extract elements of interest
from MATLAB arrays.
• Logical Operations and Variables
• Combining Logical Conditions
• Logical Indexing
• 13. Programming
• Write programs that execute code based upon some condition.
• Decision Branching
• For Loops
• 14. Final Project
• Bring together concepts that you have learned with a project.
• Project - Stellar Motion
• Project - Stellar Motion (Script)
• 15. Survey
• Give feedback on the course.
• Survey

You might also like