Open dpmcsuss opened 9 years ago
The way we are supporting seed lists now, we check numel(seeds)==1 (see here for example) and if it is then we set seeds=1:seeds;
numel(seeds)==1
seeds=1:seeds;
The way we are supporting seed lists now, we check
numel(seeds)==1
(see here for example) and if it is then we setseeds=1:seeds;