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
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 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 ...
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 Matrices:
If you concatenate two matrices it creates a large matrix. Pair of square braces is a concatenate operator.
Matlab as two types of...
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,...
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:
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...