how to code inverse of cosine in matlab? because i want to multiply it with 0.245.I have tried such codes like arccos,cosd and i cant get correct values by cross check with scientific calculator and got correct value too.But i need to know in matlab.

4 views (last 30 days)
how to code inverse of cosine in matlab? because i want to multiply it with 0.245.I have tried such codes like arccos,cosd and i cant get correct values by cross check with scientific calculator and got correct value too.But i need to know in matlab.

Accepted Answer

Guillaume
Guillaume on 3 Feb 2017
You know that matlab comes with documentation, right? How about looking it up in the doc under trigonometry
Use acos or acosd.
  1 Comment
Ram kumar Masilamani
Ram kumar Masilamani on 3 Feb 2017
Mr.guillaume.. Iam very thankful to you. finally I did what I expected. I think many legends in matlab would have hurt by asking number of questions. Iam very sorry and more thanks.. Thank you again. acosd is right.

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!