5: Introduction to Arrays in MatLab using Beginner level approach | Matlab Tutorials for Beginners

Опубликовано: 19 Май 2026
на канале: Matlab with Nashi (FormuAlgo)
1,548
18

Introduction to Arrays in MatLab using Beginner level approach | Matlab Tutorials for Beginners

This Matlab tutorial teaches the basics of Matlab arrays( row/column and matrices) - how to do basic matrix algebra, how to index arrays, and everything you need to get started learning matrices in Matlab as a Matlab beginner.

Topic covered in this lecture are following.
00:31 Introduction to arrays
01:19 Defining/Generating one dimensional arrays (Row/Column) in different ways
06:53 Creating an array with constant spacing (colon/increment style)
17:58 Creating an array with given number of elements in the interval ( use of linspace command)
23:25 Strategies of creating array with random spacing between consecutive points
28:13 Defining/Generating 2D arrays (Matrices)
37:38 Defining Zero, Identity and constant matrix built in commands
Practice Exercise
41:58 Creating row vector in traditional style
47:39 Defining column vector using variables
48:03 Creating row using colon/increment style
49:20 Creating column vector using linspace command
52:56 Creating row with colon style without specifying the spacing value
53:30 Creating a constant vector
55:00 Using two row vectors to generate new row vector
57:18 Using two column vectors to generate new column vector