Search PPTs

Tuesday, July 9, 2013

PowerPoint Presentation On Matlab

PPT On Matlab
Download

Matlab Presentation Transcript:
1. What is MATLAB? MATLAB stands for “MATrix LABoratory”. MATLAB is a tool for doing numerical computations with matrices and vectors. It is very powerful and easy to use. It integrates computation, graphics and programming in the same environment.

2. Matlab basic elements:- Array: A collection data values organized into rows and columns and known by a single name.

3. Arrays: The fundamental unit of data in MATLAB. Scalars are also treated as data in MATLAB (1 row and 1 column) Row and column indices of an array start from 1. Arrays can be classified as vectors and matrices.

4. Vector: Array with one dimension Matrix: Array with more than one dimension. Size of an array is specified by the number of rows and the number of columns ,with the number of rows mentioned first.(For example: n x m array) total number of elements in an array is the product of the number of rows and the number of columns.

5. Variables: A region of memory containing an array, which is known by a user-specified name. Contents can be used or modified at any time. Variable name must begin with a letter, followed by any combination of letters, numbers and the underscores (_) character. Only the first 31 characters are significant. The MATLAB language is Case Sensitive.JOHN,john,John are all different variables.

6. For more info. please refer our PPT. Thank You.

No comments:

Related Posts Plugin for WordPress, Blogger...

Blog Archive