1 :: What Is MATLAB?
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. Typical uses include:* Math and computation
* Algorithm development
* Modeling, simulation, and prototyping
* Data analysis, exploration, and visualization
* Scientific and engineering graphics
* Application development, including Graphical User Interface building
2 :: What are the MATLAB System Parts?
The MATLAB system consists of five main parts:* The MATLAB language.
* The MATLAB working environment.
* Handle Graphics.
* The MATLAB mathematical function library.
* The MATLAB Application Program Interface (API).
3 :: Explain The MATLAB language?
This is a high-level matrix/array language with control flow statements, functions, data structures, input/output, and object-oriented programming features. It allows both "programming in the small" to rapidly create quick and dirty throw-away programs, and "programming in the large" to create complete large and complex application programs.4 :: Explain The MATLAB working environment?
This is the set of tools and facilities that you work with as the MATLAB user or programmer. It includes facilities for managing the variables in your workspace and importing and exporting data. It also includes tools for developing, managing, debugging, and profiling M-files, MATLAB's applications.5 :: Explain Handle Graphics in Matlab?
This is the MATLAB graphics system. It includes high-level commands for two-dimensional and three-dimensional data visualization, image processing, animation, and presentation graphics. It also includes low-level commands that allow you to fully customize the appearance of graphics as well as to build complete Graphical User Interfaces on your MATLAB applications.



Webmaster Said:
Thank you.
peter courlis Said:
Look forward to reviewing more Matlab questions....
izwan Said:
i want to ask some question about the following statement. my program cannot run and show the below statement. what is the problem?
S-function parameter count mismatch. S-function \'sfun_spssw_contc\' in \'PowerFactorCorrection_1/powergui/EquivalentModel1/State-Space\' is expecting 6 parameters while 5 were provided in the dialog box.