Posts

Showing posts with the label Matlab

Matlab Lesson 3: Working with M-Files

Image
In this lesson, we will get to know What are Matlab m-files (file.m). How to use m-files to create powerful scripts and coding. Watch the following video Now test that in your Matlab!

Matlab Lesson 2: Vectors and Simple Plotting

Image
In this lesson, we will learn What are row and column vectors and how to use them. Perform simple plotting of variables in the x-y plane. What the following video No go and test the above in your Matlab!

Matlab Lesson 1: Know Matlab environment

Image
What is Matlab? MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment and proprietary programming language developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages. Although MATLAB is intended primarily for numerical computing, an optional toolbox uses the MuPAD symbolic engine allowing access to symbolic computing abilities. An additional package, Simulink, adds graphical multi-domain simulation and model-based design for dynamic and embedded systems. As of 2018, MATLAB has more than 3 million users worldwide. MATLAB users come from various backgrounds of engineering, science, and economics. [Wikipedia] Matlab provides powerful toolboxes for most of scientific and engineering fields, such as Statistics and Machine Learning Toolbox. Deep Learning Toolbox. Reinforcement Learning Toolbox. Text Analyti...