Combination of diffrenet matrixes
Show older comments
Hello, I need to combine the following matrixes like this:

A=eye(5, 5); -> (size 5*5)
B=randi([-1 1],5 ,4); -> (size (5*4)
C=repmat(3,4,4); -> (size 4*4)
But when I typed M =[A, B; B, C] I got an error. How do I combine them?
Accepted Answer
More Answers (0)
Categories
Find more on Dynamic System Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!