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

MATLAB Learning: Basic Algebra

This document provides an overview of topics for learning MATLAB, including basic algebra, matrix operations, equation solving, derivatives and integrals, symbolic math, graph plotting, 2D and 3D visualization, MATLAB programming with conditional structures, loops, arrays, vectors, functions, input/output, examples of algorithms like Gauss-Siedel and Newton-Raphson methods, GUI creation, creating standalone MATLAB applications, and control system topics like Fourier transforms and solving examples from a book on control systems.
Copyright
© © All Rights Reserved
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)
27 views2 pages

MATLAB Learning: Basic Algebra

This document provides an overview of topics for learning MATLAB, including basic algebra, matrix operations, equation solving, derivatives and integrals, symbolic math, graph plotting, 2D and 3D visualization, MATLAB programming with conditional structures, loops, arrays, vectors, functions, input/output, examples of algorithms like Gauss-Siedel and Newton-Raphson methods, GUI creation, creating standalone MATLAB applications, and control system topics like Fourier transforms and solving examples from a book on control systems.
Copyright
© © All Rights Reserved
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

MATLAB Learning

Sr # Topics
Basic Algebra
1. Polynomials functions, Partial Fractions
2. Matrix Operations
1.
3. Equations Solving
4. Derivative and Integration of function
5. Symbolic Math
Graph Plotting
1. Plotting Graphs

2. 2. 2D & 3D visualization
3. Performing different operation on graph
4. Real Time Graph Plotting
MATLAB Basic Programming
1. Conditional structures (If-else, Case etc.)
2. Loops (FOR, WHILE etc.)
3.
3. Arrays and Vectors operations
4. Function Creation and Calling
5. Performing Input/ Output operations (String manipulation)
Do Some Compact Examples (or Implement Some Algorithms)
1. Gauss Siedel Method
4.
2. Newton Raphson Method
3. Routh’s Algorithm for stability
GUI Creation
5. 1. Learn how to create GUI for some application
2. Do some examples
Stand-alone MATLAB Applications (.exe file creation for given GUI)
6. 1. First make some GUI applications, and then create the .exe file (which can be
executed anywhere) just like small software.
Control System By S Norman Nice
1. MATLAB Lab Coding related to Control System

7. 2. Fourier, Laplace, and Z-transform (and their inverse also)


3. Solve examples of MATLAB coding given in S Norman Nice Book and do related
problems

Date: 08-June-2015

You might also like