Find the pattern for the following sequence
pat(1) = 98
pat(3) = 94
pat(6) = 118
pat(10) = 130
Create a funciton which satisfies the pattern shown above.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers247
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2815 Solvers
-
Return unique values without sorting
1006 Solvers
-
777 Solvers
-
794 Solvers
-
Deleting an element in a matrix
492 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!
tip: plot the points and try to find the pattern