MATLAB

Slides:



Advertisements
Similar presentations
Joshua Fabian Tyler Young James C. Peyton Jones Garrett M. Clayton Integrating the Microsoft Kinect With Simulink: Real-Time Object Tracking Example (
Advertisements

MATLAB Presented By: Nathalie Tacconi Presented By: Nathalie Tacconi Originally Prepared By: Sheridan Saint-Michel Originally Prepared By: Sheridan Saint-Michel.
Modeling and Simulation of linear dynamical systems using open tools Zoltán Magyar Tomáš Starý Ladislav Szolik Ľudovít Vörös Katar ína Žáková.
Anne Mascarin DSP Marketing The MathWorks
© 2011 Xilinx, Inc. All Rights Reserved Intro to System Generator This material exempt per Department of Commerce license exception TSU.
VIRTUAL PROTOTYPING of ROBOTS DYNAMICS E. Tarabanov.
Teaching with MATLAB - Tips and Tricks
Introduction to Computer and Programming CS-101 Lecture 6 By : Lecturer : Omer Salih Dawood Department of Computer Science College of Arts and Science.
© 2004 The MathWorks, Inc. 1 MATLAB for C/C++ Programmers Support your C/C++ development using MATLAB’s prebuilt graphics functions and trusted numerics.
Introduction to MATLAB adapted from Dr. Rolf Lakaemper.
Introduction to MATLAB Session 1 Prepared By: Dina El Kholy Ahmed Dalal Statistics Course – Biomedical Department -year 3.
MATLAB WORKSHOP FOR EE 327FOR EE 327 MWF 8: AMMWF 8: AM August 26-30, 2002August 26-30, 2002 Dr. Ali A. Jalali.
Network protocols
Network Protocol Testing www. Rockfortnetworks.com www. Rockfortnetworks.com Rockfortnetworks
Telecom Testing
C++
ORACLE

WXGE 6103 Digital Image Processing Semester 2, Session 2013/2014.
CORE JAVA
Shell script
Micro processor and Micro Controllers

SOFTWARE TESTING Scope of Testing  The dynamic Indian IT industry has always lured the brightest minds with challenging career.
CREOCAD
SOLIDWORKS
Advanced Java
QTP


EMBEDDED SYSTEMS
1 Computer Programming (ECGD2102 ) Using MATLAB Instructor: Eng. Eman Al.Swaity Lecture (1): Introduction.
Matlab for Engineers About Matlab Chapter 1. Matlab for Engineers What’s in this Chapter? What is Matlab? Student Edition of Matlab How is Matlab used.


Creo Parametric
SELENIUM


PV ELITE www. rockfortnetworks.comwww. rockfortnetworks.com
STATEFLOW AND SIMULINK TO VERILOG COSIMULATION OF SOME EXAMPLES

CONTROL SYSTEMS
Stateflow Toolbox  Stateflow ® is an environment for modeling and simulating combinatorial and sequential decision logic based on state machines and.
What is Electrical Engineering?

Chapter 1: Brief Overview of MATLAB MATLAB for Scientist and Engineers Using Symbolic Toolbox.

PATRON www. rockfortnetworks.com/patronwww. rockfortnetworks.com/patron
UniGraphics

CIS 601 Fall 2003 Introduction to MATLAB Longin Jan Latecki Based on the lectures of Rolf Lakaemper and David Young.
ABAQUS
Introduction to Simulink Matlab based Both Continuous Time and Discrete Time Simulation Based on Blocksets Model Based Design: a software model of the.
NET 222: COMMUNICATIONS AND NETWORKS FUNDAMENTALS ( NET 222: COMMUNICATIONS AND NETWORKS FUNDAMENTALS (PRACTICAL PART) Tutorial 2 : Matlab - Getting Started.
CIS 595 MATLAB First Impressions. MATLAB This introduction will give Some basic ideas Main advantages and drawbacks compared to other languages.
MESHANSA
Matlab.
MATLAB Distributed, and Other Toolboxes
Computer Application in Engineering Design
Welcome to MATLAB.
INTRODUCTION TO BASIC MATLAB
(Mohammed Sami) Ashhab
Introduction to MATLAB
Part I – Matlab Basics.
Digital Image Processing
DT001A, Simulation of communication systems, 7.5 ECTS
Matlab Basic Dr. Imtiaz Hussain
Simulation And Modeling
Introduction To MATLAB
Presentation transcript:

MATLAB

A BOUT MATLAB It is a multi-paradigm numerical computing environment and fourth-generation programming language. Stands for MAT rix LAB oratory Everything is a matrix - easy to do linear algebra The MATLAB system consists of five main parts The MATLAB language The MATLAB working environment Handle Graphics The MATLAB mathematical function library. The MATLAB Application Program Interface (API)

T YPICAL USES OF MATLAB Math and computation Algorithm development Modeling, simulation, and prototyping Data analysis, exploration, and visualization Scientific and engineering graphics Application development, including Graphical User Interface building

CONTENTS OF MATLAB Modelling Logic with Stateflow (16 hrs) 1. Introduction 2. Modelling Logic Systems 3. State Machines 4. Implementing Supervisory Logic 5. Constructing Truth Tables 6. Matlab Programming in Stateflow 7. Parallel State Machines Matlab Jump-Start (6 hrs) 1. Interface & Basic commands 2. Vectors & Matrices 3. Plots 4. Basic Statistics 5. Programming

Simulink for Students (15 hrs) 1. Introduction to Simulink Environment 2. Modelling Basics 3. Advanced Modelling & Features 4. Simulations & Solver Choice 5. Modelling Control Flow Control Systems Design using Matlab & Simulink (8 hrs) 1. System Representations 2. Analysis Tools in Control Systems Toolbox 3. Discretization of Continuous Time systems 4. Linearizing Models 5. Controller Design Tools

Digital Signal Processing using Matlab (12 hrs) 1. Computing Transforms - numerical and symbolic 2. DFT using FFT 3. Convolutions 4. Filter Design 5. Sampling and Resampling 6. Power Spectrum Estimation Physical Modelling using Simscape & SimPowerSystems (8 hrs) 1. Introduction to Physical Domain Modelling 2. Simscape & Electrical Systems Library 3. Modelling with SimPowerSystems

Advanced Concepts in Simulink (6 hrs) 1. Subsystems, Kinds of 2. Libraries & Masks 3. S-functions: Level-II & S-Fcn Builder 4. Programmatic Simulations & Misc. Topics Implementing Genetic Algorithms in Matlab (12 hrs) 1. Philosophy of GAs 2. Genetic operations 3. GAs for 2D optimisation problems 4. GAs for 3D optimisation problems

Matlab, Simulink and all other toolbox names mentioned here are registered trademarks of The Mathworks Inc, MA, USA. The course prepares trainees for designing dynamic systems with emphasis on model-based design techniques. Built-in libraries are discussed in detail driven by examples and problem-solving. Simulations and solver setting are taught for full control on result precision & accuracy. Powerful concepts of Masking, creating user-defined libraries, and creating fixed-point datatypes are shown with real-world applications. The course entails guidelines on good modelling practices used by the industry. Request us a peek into the course Model Based Design using Simulink (20 hrs) Matlab: Fundamentals & Programming (16 hrs)

As Matlab is indispensable in industry for image processing automation, this course is a must for those looking to accelerate their image-processing job using Matlab. Request us a peek into the course. Introduction to Image Processing Toolbox (20 hrs) shapeimage_3_link_0 Content: 1. Interface & Basic Commands 2. Vectors, Matrices & Arithmetics 3. Plotting & Visualization 4. Descriptive Statistics 5. Programming in Matlab

Content: 1. Simulink Environment & Interface 2. Modelling Basics 3. Solvers 4. Advanced Modelling & Features 5. Modelling Discrete Systems 6. Modelling Control Flow 7. Subsystem, Libraries & Masks 8. Fixed-point Data 9. Miscellaneous Topics & Troubleshooting

Content: 1. Basic Image Operations 2. Intensity Transformations 3. Image Restoration 4. Morphological Operations 5. Feature Analysis 6. Filtering & Transforms 7. Colourspaces 8. ROI, Registration, Img Properties

Salient Features of Mat lab :  80% hands on / practical classes.  Real time Scenarios / Project Exposure.  Limited no of students per batch.  Corporate Training Atmosphere  Week end Batches to suit Professional.  Placement Assistance which includes 1. Resume Preparation 2. Individual Counselling 3. Offline Support, which includes queries and assignments. 4. Association with people who are working for more than 20 Companies who may provide interviews.  Backup Classes.  Provision to come for one more batch.

P LATINUM FEATURES OF MATLAB