complexvariables / conformalmapping

Conformal mapping toolkit for MATLAB
Other
11 stars 9 forks source link

Use of inputParser unnecessarily limits matlab version. #14

Closed ehkropf closed 10 years ago

ehkropf commented 10 years ago

The use of inputParser in the optset class limits the matlab version to >= 2013b. This could be avoided by just not using inputParser (preferable) or finding which usage of this class is most backward compatible.