Skip to content

v0.8.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 11 Oct 11:46
· 1092 commits to master since this release
d6de5bb

News:

  • [breaking] stepplot, lsimplot, impulseplot now have the same signatures as their corresponding non-plotting functions.
  • New function d2c (inverse of c2d).
  • New method :fwdeuler for c2d (and d2c).
  • Styles of plots will now use the current default theme set in Plots instead of a custom style.
  • The controller function in lsim can now return a scalar if the system has a single input.
  • Bugfixes