JimHokanson / matlab_standard_library

Standard Library for my Matlab Projects
MIT License
8 stars 10 forks source link

sl.in.processVarargin - better error message link #43

Open JimHokanson opened 7 years ago

JimHokanson commented 7 years ago

I will occasionally get errors from sl.in.processVarargin with badVariables (around line 198).

It would be useful to:

  1. Show the available options that could be matched
  2. Provide a link to the caller's caller (i.e. the offending function) for editing.