Date: Nov 5, 2012 5:54 AM Author: mado Subject: Re: set parameter value I changed the code to
t = sort([0 100:100:300 100:100:300 400]);
i = [0 1000 400 700 ];
u = [i; i];
tu = [t(:) u(:)];
and it gave this error message while i have embedded matlab function
Size mismatch (size [1 x 1] ~= size [6 x 1]).
The size to the left is the size of the left-hand side of the assignment