Vectors, matrices, indexing, sub-vectors and sub-matrices, cells, arrays
  • Creating, Concatenating, and Expanding Matrices
  • Accessing to the Elements of Vectors and Matrices
  • Reshaping and sorting vectors and matrices
  • Multidimentional arrays
  • Cell array creation and accessing to the elements of cell arrays
  • Access Data in Cell Array
Tables and manipulation of tables in MATLAB
  • Table creation in MATLAB
  • Table creation from file using readtable matlab function and import table icon
  • Table creation, assigning row and variable names and accessing to the elements
  • Table indexing methods
Histogram Plot
  • Histogram plot using the MATLAB histogram() function
  • Histogram plot using the MATLAB histogram() function
  • Histogram Plot with Normalization
  • Plot multiple histograms, fitting pdf to normalized histogram
  • 2D Histogram plot using histogram2() MATLAB function
Hypothesis Testing
  • Z-TEST using MATLAB