0% found this document useful (0 votes)
58 views2 pages

Introduction To MATLAB: Matlab Function List PDF

MATLAB is a numerical computing environment that allows users to analyze data, develop algorithms, and create models and applications. The document introduces key MATLAB concepts including different window types, using MATLAB as a calculator, creating script files, data types like integers and complex numbers, generating random numbers, defining variables, built-in functions, vectors and arrays, plotting functions, and solving ordinary and partial differential equations.

Uploaded by

Venkatesh Mec
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views2 pages

Introduction To MATLAB: Matlab Function List PDF

MATLAB is a numerical computing environment that allows users to analyze data, develop algorithms, and create models and applications. The document introduces key MATLAB concepts including different window types, using MATLAB as a calculator, creating script files, data types like integers and complex numbers, generating random numbers, defining variables, built-in functions, vectors and arrays, plotting functions, and solving ordinary and partial differential equations.

Uploaded by

Venkatesh Mec
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Introduction to MATLAB

1. Basics of MATLAB 1.1 Different Windows in MATLAB 1.2 MATLAB as a calculator 1.3 Making the Script files 2. Data Types in MATLAB 2.1 Integer 2.2 Real 2.3 Complex 2.4 Infinity (Inf) 2.5 Not a Number (NaN) 3. Random Numbers 3.1 Generating Random numbers 3.2 Manipulating Random numbers 4. Variables and Variable Names 4.1 eps ( 2. 2204 e -16)and pi (22/7 = 3.14159) 4.2 i , j When dealing with complex variables They can be used in the array index 5. Suppressing Output 6. Built-in Functions in MATLAB Go through the Function list

Matlab Function List.pdf

7. Vectors and Arrays 7.1 Definition of vectors and arrays 7.2 Row and Column vectors conversion 7.2.1 Examples for converting row to column vectors and vice versa 7.2.2 Caution with complex numbers 7.3 The colon Operator for continuous / sequence vectors 7.4 Extracting elements of a vector 8. Plotting in MATLAB 8.1 Plotting a function y = sin(x) 8.2 Labeling axes and plot title and legend

8.3 Changing the line color 8.4 Special Labeling 8.5 Creating multi-plots 8.6 Creating sub-plots 9. Solving ODES in MATLAB 10. Solving PDEs in MATLAB

You might also like