MATLAB: How to construct the 10×100 matrix of same values in each column

statistics

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

Best Answer

doc repmat