Program Name
Write a Matlab Program for Arrays. |
Theory
Matlab Array is a collection of elements all are of same data type
|
Program Code
|
Input and Output:
Output:
c =5 7 9
d =4 10 18
Array Multiplication= 4 Array Multiplication= 10 Array Multiplication= 18
|
Click for Matlab Online Compiler (Copy, Paste and Press Enter)
|