A number of issues prevent a proper display in older versions of matlab (< 2014b).
Moreover, display code show some redundancies with inconsistent error catching.
This set of commits intend no simplify and normalize the display functions.
Done:
plots coliding with text in matlab < 2014b
stochastic simulation failed with extended display when clicking the "prior" tab
mising nan functions caused silent failure of diagnostic leading to empty display
Todo:
sliding plots when using multisource does not work properly in matlab. Possible solution: remove slider and replace with tab selector for source in the upper part showing data and keep parameter estiamate fixed in the lower part.
A number of issues prevent a proper display in older versions of matlab (< 2014b). Moreover, display code show some redundancies with inconsistent error catching. This set of commits intend no simplify and normalize the display functions.
Done:
Todo: