how to construct the 10x100 matrix of same values in each column

1 view (last 30 days)
A = [0.000;0.9503;0.9093;0.8640;0.8127;0.7532;0.6821;0.5937;0.4745;0.1579] this is a 10x1 matrix but we want increase the size of 'A' as 10x100 with same values in each column.please give me the possible comand as early as possible.

Accepted Answer

dpb
dpb on 29 Mar 2014
doc repmat

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!