MatrixBerryCore
createarray.m
Go to the documentation of this file.
1 function valueArray=createarray(varargin)
2 valueArray=mxberry.core.type.createarray(varargin{:});
3 %
function createarray(in varargin)