Matlab

MATLAB ARRAYS

Array:

All the variables in matlab are arrays. A scalar is an array with one element, where as a array with one row and one column is called vector. An array with multiple rows and columns is called matrix.

Simply an array of order M x N with a set of number is arranged in a rectangular block of M horizontal rows and N vertical columns.

Creating one dimension array:

 One dimension array defined as numbers are listed in one row and one column, simply known as vector. Then the ith element of a vector k= [k1 k2 k3 k4 … kn]

  Row vector:

    In order to create a row vector provide the space or comma between the elements inside the brackets;

dates = [1     4    10    17    25]

             Or

dates = [1, 4 ,10,17,25]      

Column Vector: In order to create a row vector provide the semicolon between the elements inside the brackets;

Value= [127; 130; 136; 145; 158; 178; 211]

In colon notation, the first number defines the starting values, whereas the second number defines spacing and last number defines ending value.

Value= 2:2:10

Creating a two-dimensional array:

In these the number of rows are equal two number of columns, A matrix is created with the aid of using assigning the elements of the matrix to a variable. This is carried out with the aid of using typing the elements, row with the aid of using row,  within inside the square brackets [ ].

First kind the left bracket [, then type the first row separating the elements with spaces or commas. In order type, the text in the next row types a semicolon or press Enter. Type the right bracket] on the stop of the final row.

Rajeshwari Chiluveru

Rajeshwari (M.Tech) is the Technical Education Director at WebVidyalayam. She focuses on translating high-level systems engineering into accessible technology courses.

Share
Published by
Rajeshwari Chiluveru

Recent Posts

Samsung TV Red Light Blinking? 4 Fixes (2026 Power Logic Hub)

User Problem Scenario: The Red Light "Panic" You press the power button on your Samsung…

2 weeks ago

Samsung TV Not Connecting to WiFi: 2026 Easy Fix Guide

Introduction: I Know the Feeling "We’ve all been there. You sit down to watch your…

2 weeks ago

Samsung TV Restarting During Diagnosis? Fix the Reboot Loop Fast

User Problem Scenario: The "Diagnosis Loop" Paradox Imagine you notice your apps are slow. You…

2 weeks ago

Samsung TV Optimize Now Not Working? (2026 Fix: Greyed Out, Stuck or Not Responding)

🎓 Technical Module: Memory Maintenance Logic Module: WV-OS-307 Verified 2026 👨‍🏫 Instructor: Vangari Divya (M.Tech)…

2 weeks ago

Samsung Smart Hub Test Failed? (2026 Fix: DNS, ISP Block & Authentication Error)

 Introduction: The Setup Paradox "There is a specific moment of frustration for every Samsung Smart…

3 weeks ago

Samsung TV Picture Test Not Working? 4 Technical Recovery Fixes

Introduction: Lab Diary & Experience "When your Samsung TV screen begins to flicker or show…

3 weeks ago