matrix columns in matlab
2 views (last 30 days)
Show older comments
A = 1*1000 matrix
I need another matrix Y which has all the columns as A
Y = 1000*1000 matrix
How to do that??
2 Comments
Torsten
on 12 Mar 2022
If A is 1x1000 and Y is 1000x1000, Y cannot have all its columns as A since the columns of A have 1 element, the columns of Y have 1000 elements. Y can only have the same rows as A.
Answers (1)
See Also
Categories
Find more on Logical 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!