0001 function WBCbat(dataFolders,remote) 0002 0003 for f = 1: size(dataFolders,1) 0004 WBCreg(dataFolders(f,:),remote); 0005 end 0006