Open In App

Getting Started with MATLAB

MATLAB stands for Matrix Laboratory. It is a high-performance language that is used for technical computing. It was developed by Cleve Molar of the company MathWorks.Inc in the year 1984. It is written in C, C++, Java. It allows matrix manipulations, plotting of functions, implementation of algorithms and creation of user interfaces. It is both a programming language and a programming environment. It allows the computation of statements in the command window itself.

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. 



Accessing Matlab

To access Matlab you need to visit their official website: https://in.mathworks.com/products/matlab.html

Before accessing Matlab you need to take some points into consideration:-



Understanding User Interface

After successful login into Matlab you will be prompt with a screen:

Matlab user interface image

Home

Plots

Matlab Plot Image

After selecting a variable you will have many options for plots like normal plots, area, bar, pie chart, histogram, etc.

Apps

Matlab apps are one of the great features of Matlab. Here you have some other apps which help you in many complex operations like 

Article Tags :