Skip to content

Commit

Permalink
Plot step in title
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohansson committed Oct 21, 2024
1 parent b2df992 commit 907c51f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/Visualization/plotDashboard.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
step = p.Results.step;

fig = figure();
sgtitle(sprintf('step %g', step))

time = cellfun(@(state) state.time, states);
Enew = cellfun(@(state) state.(ctrl).E, states);
Expand Down

0 comments on commit 907c51f

Please sign in to comment.