Without using MATLAB trigonometric functions, calculate the cosine of an argument x to a precision of 0.0001
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers343
Suggested Problems
-
Number of 1s in the Binary Representation of a Number
479 Solvers
-
Convert a vector into a number
614 Solvers
-
Getting the indices from a vector
11805 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
884 Solvers
-
161 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Hello, Shaul Salomon. Besides the existing checking for 'forbidden' commands in your Test Suite, which can report false positives (e.g. discussion of "cosine" in comments), you could consider a more complicated regexp statement, or perhaps use the assessFunctionAbsence function described at https://au.mathworks.com/help/coursework/ug/assessfunctionabsence.html . —DIV
A temporarily fix has been applied to the test suite such that allows name of functions in the comments. A permanent solution will be employed soon.