Lecture 8: Matrix Manipulations | Exploring MATLAB by Dr. Ahmad Bazzi

In this lecture, you will learn everything you need to know in order to properly handle matrices and arrays. Starting from creating the most basic matrices, such as the zeros, ones, identity, random matrices. You will also learn how to handle logical matrices that are involved in logical/discrete mathematics. Furthermore, you will also grasp fast and easy techniques on how array/matrix concatenation, replication, permutation, and shifting is done. You will sort matrices based off certain criteria. You could
Back to Top