Syllabus - MATLAB and R Programming (AB-705)


Automation and Robotics Engineering

MATLAB and R Programming (AB-705)

VII

Introduction to MATLAB

Working with matrices

Rational and logical operation of MATLAB

Creating a plot using Plot function

Complex and statistical functions

Produce ten elements vector of random complex numbers and find the summation of this vector

Numbers and strings

1. Write a program in M-File to read 3 x 3 Matrix, then display the diagonal of matrix as shown below: The Diagonal of This Matrix = [] 2. Write a program to read a string, then replace each character in the string with its following character in ASCII code*.

Practicals

  • Study of basic Syntaxes in R

  • Implementation of vector data objects operations

  • Implementation of matrix, array and factors and perform va in R

  • Implementation and use of data frames in R

  • Create Sample (Dummy) Data in R and perform data manipulation with R

  • Study and implementation of various control structures in R

  • Data Manipulation with dplyr package

  • Data Manipulation with data.table package

  • Study and implementation of Data Visualization with gg plot2

  • Study and implementation data transpose operations in R

Reference Books