» Documents
-
Introduction to Vectors in Matlab
By matlabtutorials on December 4, 2009 | No Comments
Defining a Vector Matlab is a software package that makes it easier for you to enter matrices and vectors, and manipulate them. The interface follows a language that is designed to look a lot like the notation use in linear algebra. In the following tutorial, we will discuss some of the basics of w... -
Working with Matrices in Matlab
By matlabtutorials on August 5, 2009 | No Comments
Generating Matrices MATLAB software provides four functions that generate basic matrices. zeros All zeros ones All ones rand Uniformly distributed random elements randn Normally distributed random elements Here are some examples: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 Z = zeros(... -
Matlab Expressions
By matlabtutorials on August 5, 2009 | No Comments
Variables Like most other programming languages, the MATLAB language provides mathematical expressions, but unlike most programming languages, these expressions involve entire matrices. MATLAB does not require any type declarations or dimension statements. When MATLAB encounters a new variable name,... -
Manipulating Matrices
By matlabtutorials on March 13, 2008 | No Comments
Matrices and Magic Squares In MATLAB, a matrix is a rectangular array of numbers. Special meaning is sometimes attached to 1-by-1 matrices, which are scalars, and to matrices with only one row or column, which are vectors. MATLAB has other ways of storing both numeric and nonnumeric data, but in the... -
Desktop Tools
By matlabtutorials on March 12, 2008 | No Comments
This section provides an introduction to MATLAB’s desktop tools. You can also use MATLAB functions to perform most of the features found in the desktop tools. The tools are: “Command Window” “Command History” “Launch Pad” “Help Browser” “Current Directory Browser” ...

