MATLAB: 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 matla

calculator

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.

Best Answer

You know that matlab comes with documentation, right? How about looking it up in the doc under trigonometry
Use acos or acosd.