ImperialCollegeLondon / ICLOCS

Imperial College London Optimal Control Software (ICLOCS)
MIT License
76 stars 44 forks source link

Named Figures in genSolutionPlots instead of indeces #20

Closed kswannet closed 3 years ago

kswannet commented 3 years ago

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.

yuanbonie commented 3 years ago

Thank you. The change has been made in the latest version.