Implementing mathematical functions in Matlab

 Accepted Answer

Stephen23
Stephen23 on 29 Jun 2019
Edited: Stephen23 on 29 Jun 2019
>> x = 1.2;
>> y = exp(log(x))
y = 1.2000
>> sind(30).^2 + cosd(30).^2
ans = 1

More Answers (0)

Categories

Asked:

on 29 Jun 2019

Edited:

on 29 Jun 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!