| Robust Control Toolbox | |
| Provide feedback about this page |
Syntax
Description
creates a large matrix B = repmat(A,M,N)
B consisting of an M-by-N tiling of copies of A.
accomplishes the same result as B = repmat(A,[M N])
repmat(A,M,N).
tiles the array B = repmat(A,[M N P ...])
A to produce an M-by-N-by-P-by-... block array. A can be N-D.
for scalar repmat(A,M,N)
A is commonly used to produce an M-by-N matrix filled with values of A.
Example
Simple examples of using repmat are
| Provide feedback about this page |
![]() | reduce | robopt | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |