Closed niliopoulos closed 5 years ago
Matlab complains about not finding Settings.DoParallel in line 134 of MainGUI.m. I think the line needs to read: if ~any(strcmp({tb.Name},'Parallel Computing Toolbox')) && handles.Settings.DoParallel > 1
Thanks!
Thanks - well spotted. This is now fixed. DTF
Matlab complains about not finding Settings.DoParallel in line 134 of MainGUI.m. I think the line needs to read: if ~any(strcmp({tb.Name},'Parallel Computing Toolbox')) && handles.Settings.DoParallel > 1
Thanks!