DCRUST SYLLABUS
CSE 205 C INFORMATION TECHNOLOGY LAB
CATEGORY : ENGINEERING SCIENCE COURSE
Course Objectives:
- To study MATLAB for programming purposes
- To learn and explore MATLAB programming constructs.
- To introduce Arrays for matrices representation and Graphics for fractals.
- To write and debug the code written in MATLAB
Unit I
Introduction: Data types and variables: Introduction to MATLAB, Data Types, Inter-conversion of Data types, MATLAB Variables, Keywords and Constant, Session Command. MATLAB Operators and Operations: Operators(Arithmetic, Relational, Logical, Bitwise), Set Operations, Operator Precedence, Mathematical Functions.
Click on any topic to read about the topic.
Unit II
MATLAB Programming :Script and Function, Decision Making, Loops, branches, Functions, Working on Script File (Creating, Saving and Executing), MATLAB I/O, Formatted I/O Method,.
Click on any topic to read about the topic.
Unit III
Arrays: Introduction to Matrices, Operations on Arrays/Matrices, Manipulations of Arrays/Matrices, Expansion of Matrix Size, Reduction of Matrices/Arrays order,
Graphics: Introduction to plot, Basic 2-D Plots( Style options, Labels, Axis control, etc.), specialized 2-D Plots, drawing multiple plots. Using MATLAB for fractals and chaos and Conway game of life
Click on any topic to read about the topic.
Unit IV
File Handling: File Handling: Introduction to file handling, working on files, accessing of Text File, Saving/ Loading MATLAB Variables, reading data without opening file, reading and writing Excel.
Debugging: Introduction to debugging, Break points, debugger, stepping, watching variable values, debugging commands.
Click on any topic to read about the topic.
TEXT BOOKS:
- Delores M. Etter, David C. Kuncicky, Holly Moore, “Introduction to MATLAB 7.0”, Pearson, 2013.
- RudraPratap, “Getting Started with MATLAB”, OXFORD University Press, 2010.
- Agam Kumar Tyagi, “MATLAB and Simulink for Engineers”, University Press, 2012.
Course Outcomes: After successful completion of the course students will learn the following:-
- Use MATLAB for programming purposes
- Learn and explore MATLAB tools.
- Use this learning experience to develop small applications/games.
- To write and debug the code written in MATLAB