How to get a monotonous result of 'acos'?
3 views (last 30 days)
Show older comments
When I try to calculate the inverse cosine of a periodic x, for instance:
a = -10 : 0.1 :10;
x = cos(a);

And then try to use 'acos(x)', I get:

So my question is, how can I get the original * a*? Or more precisely, how can I get a monotonous result of acos(x)?
(Hope I have expressed myself clearly enough...> <)
1 Comment
Answers (0)
See Also
Categories
Find more on Array Geometries and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!