x is the input. Find the absolute value of cosine of -x and the same value with opposite sign.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers209
Suggested Problems
-
Maximum running product for a string of numbers
2256 Solvers
-
Find the maximum number of decimal places in a set of numbers
3476 Solvers
-
Create a Multiplication table matrix...
693 Solvers
-
Relative ratio of "1" in binary number
1629 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
601 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
In addition to the weak test suite: The title of the problem says "Sinus function", yet the (incomplete) problem description mentions only "cosine" ??? Furthermore, should abs(cos(-x)) be assigned to y, or to z?
The test description has been updated. Also, new and improved test suites are added within the scope of the problem.