MATLAB
- Tech guru
- Jul 22, 2020
- 1 min read
MATLAB is a powerful tool for mathematical computations developed by MATHWORKS It has extensive capabilities for generating graphs It is used routinely by many engineers for solving modelling problems.MATLAB is a high-performance language for technical computing. It integrates computation, visualization, and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation.MATLAB is powered by extensive numerical analysis capability. Simulink® is a tool used to visually program a dynamic system (those governed by Differential equations) and look at results. Any logic circuit, or a control system for a dynamic system can be built by using standard BUILDING BLOCKS available in Simulink Libraries In Simulink, data/information from various blocks are sent to another block by lines connecting the relevant blocks. Signals can be generated and fed into blocks (dynamic / static). Data can be fed into functions.

Comments