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 Solvers66
Suggested Problems
-
Sum all integers from 1 to 2^n
17649 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
889 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
601 Solvers
-
7652 Solvers
-
842 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!