Monday, March 9, 2026

AUTHOR NAME

Rajeshwari Chiluveru

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

GRAPHICS IN MATLAB

GRAPHICS IN MATLAB There are many different ways to manipulate graphics, for such the commands may include i.e., type help graphics for general graphics, while...

Multiple Functions On the Same Graph

Multiple Functions On Same Graph: In matlab we can draw multiple functions on the same graph by considering some basic colors. Colors                        code White                           w Blue                              b Cyan                             c Black                           ...

IMPORT, EXPORT DATA IN MATLAB AND PLOTTING

IMPORTING DATA: Where in Matlab importing data is defined as obtaining data from an external file. By using the importing data function we obtain data...

concatenating, Determinant of a matrix, String:

Concatenating Matrices: If you concatenate two matrices it creates a large matrix. Pair of square braces is a concatenate operator. Matlab as two types of...

MATRIX OPERATIONS

Deleting row or column in matrix: An empty braces will define the entire row and column of a matrix is deleted. Let us consider...

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...

VARIABLES IN MATLAB

In matlab variables are saved in workspace all through matlab session. While manipulating data at the command line, the variable are stored in base...

SWITCH, BREAK, CONTINUE STATEMENTS IN MATLAB

SWITCH: Where in switch case from available number of alternative it execute one set of statement. In this each alternative is considered as a case,...

Loops In Matlab

FLOW CONTROL AND LOOPS (ITERATION): Loop or iteration are useful for execution of the sequence more than once of the given statements. Basically their two...

BIT-WISE OPERATOR And SHORT CIRCUIT OPERATOR

BIT-WISE OPERATOR: In bit-wise operator logical bit-wise operation is performed for positive integer input, where the input may be scalar or array. Below shows some...

Latest news