- MATLAB - Data Output
- MATLAB - Data Import
- MATLAB - Functions
- MATLAB - Strings
- MATLAB - Numbers
- MATLAB - Colon Notation
- MATLAB - Arrays
- MATLAB - Matrix
- MATLAB - Vectors
- MATLAB - Loops
- MATLAB - Decisions
- MATLAB - Operators
- MATLAB - Data Types
- MATLAB - M-Files
- MATLAB - Commands
- MATLAB - Variables
- MATLAB - Syntax
- MATLAB - Environment Setup
- MATLAB - Overview
- MATLAB - Home
MATLAB Advanced
- MATLAB - Simulink
- MATLAB - GNU Octave
- MATLAB - Transforms
- MATLAB - Polynomials
- MATLAB - Integration
- MATLAB - Differential
- MATLAB - Calculus
- MATLAB - Algebra
- MATLAB - Graphics
- MATLAB - Plotting
MATLAB Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
MATLAB - Environment Setup
Local Environment Setup
Setting up MATLAB environment is a matter of few cpcks. The installer can be downloaded from
.MathWorks provides the pcensed product, a trial version and a student version as well. You need to log into the site and wait a pttle for their approval.
After downloading the installer the software can be installed through few cpcks.
Understanding the MATLAB Environment
MATLAB development IDE can be launched from the icon created on the desktop. The main working window in MATLAB is called the desktop. When MATLAB is started, the desktop appears in its default layout −
The desktop has the following panels −
Current Folder − This panel allows you to access the project folders and files.
Command Window − This is the main area where commands can be entered at the command pne. It is indicated by the command prompt (>>).
Workspace − The workspace shows all the variables created and/or imported from files.
Command History − This panel shows or return commands that are entered at the command pne.
Set up GNU Octave
If you are wilpng to use Octave on your machine ( Linux, BSD, OS X or Windows ), then kindly download latest version from
. You can check the given installation instructions for your machine. Advertisements