MATLAB

Introduction

MATLAB stands for matrix laboratory.It is perform high performing language for technical students.MATLAB was designed by scientist cleve Moler(American mathematicians and computer programming)It is specially design to solve the matrix operating problem.In the MATLAB we can easily Calculate the big and complicated problems and also find the graphical representation for any mathematics question.In the MATLAB we can assumed that you find your ways around the keyboard and know your operating system(eg.windows,unix or MAC-OS). MATLAB integrates computation,visualization and programming in an easy to use environment where problem and solution are expressed to familiar mathematical notation.

Features and tools of MATLAB


Basic Mathematical Expression.
Scalar operation
.+,-,/,×
.log,exp
.sin,cos,tan
.asin,acos,atan
.pow,sqrt
.rem,round, ceil,floor


Matlab simulink for system modeling and simulation


Engineers and scientists use Simulink to perform multidomain modeling and simulation, because you can reuse models across environments to simulate how all parts of the system work together. With Simulink, you can:
Model your system across domains using specific tools and prebuilt blocks.
Develop large-scale models through componentization with reusable system components and libraries.
Combine your models into one system-level simulation even if they weren’t built in Simulink.
.run massive simulation in parallel on your multicore desktop, computer cluster, or the cloud, without writing lots of code.
Share simulation and standalone executables, web apps, and Functional Mockup Units (FMUs)

Comments