Page 1 of 1

Problem using repmat function

PostPosted: Wed May 13, 2015 3:46 am
by chaim
I'm trying to replicate my original data by replacing my datafile with the following code:

y=[y1
y2
.
.
.];



y=repmat(y,10,1);


it should work. Can't understand why I am getting error messages.

Re: Problem using repmat function

PostPosted: Wed May 13, 2015 8:25 am
by jpfeifer
As always, provide precise error messages and/or the files to replicate the problem.