Introduction to MATLAB and working with scripts
Get familiar with the MATLAB interface and learn some basic functions as well as how to work with scripts in MATLAB
0/9
Introduction to Arrays (Vectors and Matrices)
Now that we have gotten familiar with the MATLAB environment and some basic functions, let us move on to working with arrays.
0/6
Symbolic Operations
How do we work with symbols that are not variables with assigned values? This is where symbolic mathematics comes in. We can define functions and perform numerous operations on them using the things we will learn here.
0/7
Working with user-defined functions and continuing with scripts.
We want to apply all that we have learnt (with a few more things we will learn) to solve problems in scripts.
0/7
Polynomials and curve fitting
We discuss how to handle polynomials and take time to talk about curve fitting as well
0/4
Logical and Relational operations
Learn how to use various logical and relational operations in Matlab.
0/1
Plots
How to make plots is a very important aspect of engineering as they show the relations between variables and parameters used for study. With MATLAB, we can make several types of plots for any analyses we want to do.
0/7