Skip to content

v2.2

Latest
Compare
Choose a tag to compare
@lpattelli lpattelli released this 13 Apr 12:46
· 6 commits to master since this release

Changed

  • subclass celes classes from matlab.System
  • implement setProperties methods for name-value style initialization
  • implement validatePropertiesImpl methods for validation
  • limit use of Dependent properties to avoid redundant calculations
  • implement setupImpl where appropriate for one-time calculations to improve performance
  • compute and set maximal particle distance inside particles class
  • prefer implicit expansion over bsxfun (requires MATLAB >= R2016b)
  • fancier, faster plotting functions
  • use convex hull in compute_maximal_particle_distance
  • provide robust, fallback method for compute_maximal_particle_distance
  • avoid recompiling .mex files if already available

Fixed

  • don't try to compute initial power for plane waves
  • fix bug in scattered field plots