MatLab Manual / Matlab Arithematic operations Program

Program Name

Write a Matlab Program for Matlab Arithematic operations Program.
Theory

Program Code


Input:
a = 20; 
b = 10;
Output:
Addition operation value= 30
Substration operation value= 10
Multiplication operation value= 200
Division operation value= 2
Power operation value= 8
Click for Matlab Online Compiler (Copy, Paste and Press Enter)


Home     Back