sample = repmat(24, 30, 1) + repmat(30 - 24, numPoints, 1);
ERROR: UndefVarError: repmat
not defined
Stacktrace:
[1] top-level scope
sample = repmat(24, 30, 1) + repmat(30 - 24, numPoints, 1);
ERROR: UndefVarError: repmat
not defined
Stacktrace:
[1] top-level scope