Find the pattern for the following sequence:
pat(1) = 2
pat(2) = 8
pat(3) = 18
pat(5) = 0.0667
pat(15) = 0.0222
Create a function which satisfies the pattern shown above.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers195
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2815 Solvers
-
4499 Solvers
-
Create an index-powered vector
950 Solvers
-
515 Solvers
-
12779 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Please, state that the problem requires four digits of precision. Adding a line in the problem description would already be a great tip.
Correct your test case 3 and 4. I've the same results, but still they show me "assertion failed".
@Md. Nayem, the test cases are in fact correct and your solution is incorrect, that is why it is showing "assertion failed".
@Dyuman, do you remember that the test cases can be seen clicking on them? I clicked on the test cases and matched their results with mine.
I think this is the probable reason mentioned in the following link.
https://www.mathworks.com/matlabcentral/answers/322448-in-cody-coursework-i-keep-getting-the-response-assertion-failed-when-i-go-to-test-the-question-w