MatrixBerryCore
+mxberry
+core
repmat.m
Go to the documentation of this file.
1
function
outArray=
repmat
(inpArray,varargin)
2
if
nargin==2&&isempty(varargin{1})
3
outArray=
mxberry
.
core
.
type
.createarray(
class
(inpArray),[0 0]);
4
else
5
outArray=
repmat
(inpArray,varargin{:});
6
end
mxberry::core
mxberry::core::repmat
function repmat(in inpArray, in varargin)
mxberry
mxberry::core::type
Generated for MatrixBerryCore by
1.8.13