Skip to content
  • Simon's avatar
    numeric.interpolant: added new evaluation function interpolant.eval that... · 6bdd7970
    Simon authored
    numeric.interpolant: added new evaluation function interpolant.eval that bevaves the same way as the griddedInterpolant. I.e., only if the arguments are passed in a cell array, they are interpreted as grid. If they are passed as a list, they need to have the same length and are evaluated pairwise.
    Patching the existing evaluate function is considered as not recommendable due to the missing downward compatibility.
    6bdd7970