Skip to content

Commit

Permalink
unnoticed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed Nov 14, 2019
1 parent 77e9a85 commit e14ffae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mppi.m
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
figure(control_plot)
hold on
for cd = 1:control_dim
addpoints(control_animated_lines(cd).animatedline, time_hist(total_timestep_num), u_hist(cd, total_timestep_num))'
addpoints(control_animated_lines(cd).animatedline, time_hist(total_timestep_num), u_hist(cd, total_timestep_num));
end
legend

Expand Down

0 comments on commit e14ffae

Please sign in to comment.