Problem 52030. Stacking vectors into a matrix
Given a 4x1 vector a, and a 2x2 matrix b, create a matrix M in which the first 2 rows are each identical to a and the last two rows correspond to two copies of the matrix b stacked next to each other.
In other words, if a = [
] and b = [
] , then
M = [
].
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers37
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15690 Solvers
-
Get the length of a given vector
12389 Solvers
-
Make a random, non-repeating vector.
10587 Solvers
-
518 Solvers
-
5545 Solvers
More from this Author52
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!