Experiment-01 AIM - Introduction of Matlab and Its Basic Commands
Experiment-01 AIM - Introduction of Matlab and Its Basic Commands
INTRODUCTION:-
MATLAB (Matrix Laboratory) is an interactive, matrix- based system for scientific and
engineering numeric computation and visualization. It integrates computation, visualization
and programming in an easy to use environment where problems and solutions are expressed
in familiar mathematical notations. MATLAB has extensive facilities for displaying vectors
and matrices as graphs as well as annotating and printing these graphs. The name MATLAB
stands for Matrix Laboratory since its basic data element is a matrix (array). MATLAB
contains a number of arithmetic, relational and logical operations on matrices.
MATLAB is the high level language and interactive environment used by the millions of
engineers and scientists worldwide. MATLAB has following capabilities such as Numeric
computations, data analysis and visualization, programming and algorithm development.
Algorithm development
COMMAND PURPOSE
6.hist histogram
COMMAND WINDOW:-
Three commonly used panels : command window, current folder and command history. The
main purpose of command window is to enter variables and run programs. The main purpose
of command history is to shows the logs commands entered in the command window.The
current folder shows the files in the current directory.
EDITOR WINDOW:-
The main purpose of editor window is to create and debugs script and function files.
FIGURE WINDOW:-
A figure window contains graphs created by putting commands in the command window.
The main purpose of figure window is to contains output from graphic commands.
WORKSPACE:-
Workspace displays the workspace browser, a graphical user interface that allows you to view
and manage the contents of the matlab programs. It provides a graphical representation of the
whos display, and allows you to perform the equivalent of the clear , load, open and save
functions.