Today is : Saturday, 04 Sep 2010
>>     Home Matlab Basics for Powersystem Lab
Matlab Basics for Powersystem Lab
Matlab Basics for Powersystem Lab - Getting help in Matlab PDF Print E-mail
Tuesday, 03 November 2009 06:34
Article Index
Matlab Basics for Powersystem Lab
Vectors
Functions
Plottings
Polynomials
Matrices
Using M-files in Matlab
Getting help in Matlab
All Pages

GETTING HELP IN MATLAB

Matlab has a fairly good on-line help; type help command name

for more information on any given command. You do need to know the name of the command that you are looking for; a list of the all the ones used in these tutorials is given in the command listing; a link to this page can be found at the bottom of every tutorial and example page.

Here are a few notes to end this tutorial.

You can get the value of a particular variable at any time by typing its name.


B

B =
     1     2     3
     4     5     6
     7     8     9

You can also have more than one statement on a single line, so long as you separate them with either a semicolon or comma.

Also, you may have noticed that so long as you don't assign a variable a specific operation or result, Matlab with store it in a temporary variable called "ans".



Last Updated on Tuesday, 03 November 2009 07:38
 
Request to all Stamford EEE brothers- please submit your class notes for your junior brothers
"Be senior brother in your works!"
Uploaded Notes by the EEE students of Stamford
* DC Generator
* VLSI-I Lab Reports
* Bangladesh Studies
* Control System Solutions
* Control System Lab Reports
* Power System Assignment - 01
* Power System Assignment - 02