diff --git a/matlab/plot_identification.m b/matlab/plot_identification.m index d439eb6a6..4cc2d3a88 100644 --- a/matlab/plot_identification.m +++ b/matlab/plot_identification.m @@ -108,6 +108,7 @@ if SampleSize == 1, for ip=1:nparam, text(ip,dy(1),name{is(ip)},'rotation',90,'HorizontalAlignment','right','interpreter','none') end + legend('Moments','Model','LRE model','Location','Best') title('Sensitivity bars using derivatives (log-scale)') dyn_saveas(hh,[IdentifDirectoryName '/' M_.fname '_sensitivity_' tittxt1 ],options_);