MatLab Manual / Matlab Trigonometric Functions Program

Program Name

Write a Matlab Program for Matlab Trigonometric Functions Program.
Theory
Matlab Trigonometric  Functions are sin, ncos,ntan,ncos,nasin,natan
Program Code


Input and Output:

Output:
sin(90) value= 0.893997
cos(90) value= -0.448074
tan(90) value= -1.9952
cos(90) value= -0.448074
asin(90) value= 1.5708
atan(90) value= 1.55969
Click for Matlab Online Compiler (Copy, Paste and Press Enter)


Home     Back