Matlab Lesson 1: Know Matlab environment

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 Analytics Toolbox.
  • Code Generation.
  • MATLAB Coder.
  • See more: https://au.mathworks.com/products.html

Let us start to know Matlab environment, Watch this introductory video


Try it now in your Matlab!

Comments

Popular posts from this blog

C# Lesson 3: C# While Loop

C# Programming, Lesson 0: Installing Visual Studio