<< Chapter < Page Chapter >> Page >
This module covers basic use of MATLAB, and you will be up and running on variables, matrices, mathematical operations and the built-in help system in just a few minutes.

Matlab help

MATLAB has a great on-line help system accessible using the help command. Typing

help<function>

will return text information about the chosen function. For example to get information about the built-infunction sum type:

help sum

To list the contents of a toolbox type help<toolbox>, e.g. to show all the functions of the signal processing toolbox enter

help signal processing

If you don't know the name of the function but a suitable keyword use the lookfor followed by a keyword string, e.g.

lookfor 'discrete fourier'

To explore the extensive help system use the "Help menu" or try the commands helpdesk or demo .

Matrices, vectors and scalars

MATLAB uses matrices as the basic variable type. Scalars and vectors are special cases of matrices having size 1x1,1xN or Nx1. In MATLAB, there are a few conventions for entering data:

  • Elements of a row are separated with blanks or commas.
  • Each row is ended by a semicolon, ;.
  • A list of elements must be surrounded by square brackets, [ ]

It is easy to create basic variables.

x = 1 (scalar)

y = [2 4 6 8 10] (row vector)

z = [2; 4; 6; 8; 10] (column vector)

A = [4 3 2 1 0; 1 3 5 7 9] (2 x 5 matrix)

Regularly spaced values of a vector can be entered using the following compact notation

start:skip:end

A more compact way of entering variables than in Example 1 is shown here:

y= 2 : 2 : 10

A=[4:-1:0;1:2:9]

If the skip is omitted it will be set to 1, i.e., the following are equivalent

start:1:end and start:end

To create a string use the single quotation mark " ' ", e.g. by entering x = 'This is a string' .

Indexing matrices and vectors

Indexing variables is straightforward. Given a matrix M the element in the i'th row, j'th column is given by M(i,j) . For a vector v the i'th element is given by v(i) . Note that the lowest allowed index in MATLAB is 1. This is in contrast withmany other programming languages (e.g. JAVA and C), as well as the common notation used in signal processing, where indexing starts at0. The colon operator is also of great help when accessing specific parts of matrices and vectors, as shown below.

This example shows the use of the colon operator for indexing matrices and vectors.

A(1,:) returns the first row of the matrix A.

A(:,3) returns the third column of the matrix A.

A(2,1:5) returns the first five elements of the second row.

x(1:2:10) returns the first five odd-indexed elements of the vector x.

Basic operations

MATLAB has built-in functions for a number of arithmetic operations and functions. Most of them arestraightforward to use. The Table below lists the some commonly used functions. Let x and y be scalars, M and N matrices.

Common mathematical operations in matlab
MATLAB
x y x*y
x y x^y
e x exp(x)
log( x ) log10(x)
ln( x ) log(x)
log2( x ) log2(x)
M N M*N
M -1 inv(M)
M T M'
det( M ) det(M)

  • Dimensions - MATLAB functions length and size are used to find the dimensions of vectors and matrices, respectively.
  • Elementwise operations - If an arithmetic operation should be done on each component in a vector (or matrix), rather than on thevector (matrix) itself, then the operator should be preceded by ".", e.g .*, .^ and ./.

Elementwise operations, part I

Let A 1 1 1 1 . Then A^2 will return AA 2 2 2 2 , while A.^2 will return 1 2 1 2 1 2 1 2 1 1 1 1 .

Elementwise operations, part II

Given a vector x, and a vector y having elements y n 1 x n . This can be easily be done in MATLAB by typing y=1./sin(x) Note that using / in place of ./ would result in the (common) error Matrix dimensions must agree .

Complex numbers

MATLAB has excellent support for complex numbers with several built-in functions available. The imaginaryunit is denoted by i or (as preferred in electrical engineering) j . To create complex variables z 1 7 and z 2 2 e simply enter z1 = 7 + j and z2 = 2*exp(j*pi)

The Table below gives an overview of the basic functions for manipulating complex numbers, where z is a complex number.

Manipulating complex numbers in matlab
MATLAB
Re( z ) real(z)
Im( z ) imag(z)
z abs(z)
Angle( z ) angle(z)
z * conj(z)

Other useful details

  • A semicolon added at the end of a line tells MATLAB to suppress the command output to the display.
  • MATLAB and case sensitivity . For variables MATLAB is case sensitive, i.e., b and B are different. For functions it is case insensitive,i.e., sum and SUM refer to the same function.
  • Often it is useful to split a statement over multiple lines. To split a statement across multiple lines, enter three periods "..." at the end of the line to indicate that it continues on the next line.

Splitting y a b c over multiple lines. y = a... + b...+ c;

Questions & Answers

A golfer on a fairway is 70 m away from the green, which sits below the level of the fairway by 20 m. If the golfer hits the ball at an angle of 40° with an initial speed of 20 m/s, how close to the green does she come?
Aislinn Reply
cm
tijani
what is titration
John Reply
what is physics
Siyaka Reply
A mouse of mass 200 g falls 100 m down a vertical mine shaft and lands at the bottom with a speed of 8.0 m/s. During its fall, how much work is done on the mouse by air resistance
Jude Reply
Can you compute that for me. Ty
Jude
what is the dimension formula of energy?
David Reply
what is viscosity?
David
what is inorganic
emma Reply
what is chemistry
Youesf Reply
what is inorganic
emma
Chemistry is a branch of science that deals with the study of matter,it composition,it structure and the changes it undergoes
Adjei
please, I'm a physics student and I need help in physics
Adjanou
chemistry could also be understood like the sexual attraction/repulsion of the male and female elements. the reaction varies depending on the energy differences of each given gender. + masculine -female.
Pedro
A ball is thrown straight up.it passes a 2.0m high window 7.50 m off the ground on it path up and takes 1.30 s to go past the window.what was the ball initial velocity
Krampah Reply
2. A sled plus passenger with total mass 50 kg is pulled 20 m across the snow (0.20) at constant velocity by a force directed 25° above the horizontal. Calculate (a) the work of the applied force, (b) the work of friction, and (c) the total work.
Sahid Reply
you have been hired as an espert witness in a court case involving an automobile accident. the accident involved car A of mass 1500kg which crashed into stationary car B of mass 1100kg. the driver of car A applied his brakes 15 m before he skidded and crashed into car B. after the collision, car A s
Samuel Reply
can someone explain to me, an ignorant high school student, why the trend of the graph doesn't follow the fact that the higher frequency a sound wave is, the more power it is, hence, making me think the phons output would follow this general trend?
Joseph Reply
Nevermind i just realied that the graph is the phons output for a person with normal hearing and not just the phons output of the sound waves power, I should read the entire thing next time
Joseph
Follow up question, does anyone know where I can find a graph that accuretly depicts the actual relative "power" output of sound over its frequency instead of just humans hearing
Joseph
"Generation of electrical energy from sound energy | IEEE Conference Publication | IEEE Xplore" ***ieeexplore.ieee.org/document/7150687?reload=true
Ryan
what's motion
Maurice Reply
what are the types of wave
Maurice
answer
Magreth
progressive wave
Magreth
hello friend how are you
Muhammad Reply
fine, how about you?
Mohammed
hi
Mujahid
A string is 3.00 m long with a mass of 5.00 g. The string is held taut with a tension of 500.00 N applied to the string. A pulse is sent down the string. How long does it take the pulse to travel the 3.00 m of the string?
yasuo Reply
Who can show me the full solution in this problem?
Reofrir Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, An introduction to matlab. OpenStax CNX. Jan 20, 2006 Download for free at http://cnx.org/content/col10323/1.3
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'An introduction to matlab' conversation and receive update notifications?

Ask