Reputation: 727
I want to create a matrix using QP = [20 22 28 35 50]
and make:
x = [20, 22, 28, 35, 50;
20, 22, 28, 35, 50;
20, 22, 28, 35, 50;]
I know how to make it manually, but I am looking for an efficient way to create such example.
Thanks
Upvotes: 0
Views: 45