Find the pattern behind the elements of the matrix.
mat_pattern(1) = [-1];
mat_pattern(3) = [
-1 -3 -5
2 0 -2
7 5 3];
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers68
Suggested Problems
-
Find the sum of all the numbers of the input vector
55167 Solvers
-
Maximum running product for a string of numbers
2258 Solvers
-
Calculate the area of a triangle between three points
3545 Solvers
-
Fix the last element of a cell array
1861 Solvers
-
220 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!