error('Some variables are missing (%s)!',qtvUkxKk6b)
end
% Check that the variables provided as vectors.
N5L9sgRHIu={};
foruAiwEPcc3Q=1:length(U7ORsJ0vy3)
if~isvector(eval(U7ORsJ0vy3{uAiwEPcc3Q}))
N5L9sgRHIu(end+1)={U7ORsJ0vy3{uAiwEPcc3Q}};
end
end
if~isempty(N5L9sgRHIu)
N5L9sgRHIu=sprintf('%s ',N5L9sgRHIu{:});
N5L9sgRHIu=N5L9sgRHIu(1:end-1);
error('Observed variables should be provided as vectors (%s are not vectors)!')
end
functionstr=cellofstring4eval(A)
n=length(A);
str='[';
fori=1:n-1
str=[str,A{i},','];
% Check that all the vectors have the same number of elements.
RXZzmKFPFK=numel(eval(U7ORsJ0vy3{1}));
foruAiwEPcc3Q=2:length(U7ORsJ0vy3)
if~isequal(numel(eval(U7ORsJ0vy3{1})),RXZzmKFPFK)
error('All vectors must have the same number of elements (%s has %i elements while %s has %i elements)!',U7ORsJ0vy3{1},numel(eval(U7ORsJ0vy3{1})),U7ORsJ0vy3{uAiwEPcc3Q},numel(eval(U7ORsJ0vy3{uAiwEPcc3Q})));