In genSolutionPlots, figures are now created by calling "figure(1)", "figure(2)", etc. which can overwrite or add to figure created outside ICLOCS. Creating the figures using names, e.g. "figure('Name','States')" or "statesFig = figure('Name','States')", could avoid conflicting figures.
In genSolutionPlots, figures are now created by calling "figure(1)", "figure(2)", etc. which can overwrite or add to figure created outside ICLOCS. Creating the figures using names, e.g. "figure('Name','States')" or "statesFig = figure('Name','States')", could avoid conflicting figures.