polyInterp

polyInterp(x,d,f) generates the simplest polynomial function defined by its derivatives at various points

You are now following this Submission

polyInterp(x,d,f) returns the simplest polynomial which has the derivatives "d" equal to "f" at "x"

Cite As

Graham Holt (2026). polyInterp (https://in.mathworks.com/matlabcentral/fileexchange/183904-polyinterp), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.0

Includes functionality to solve systems with redundant conditions and improved clarity in algorithm with closer relation to underlying Vandermonde matrix

1.1.2

Allows for both row and column vector inputs, renamed for additional clarity

1.1.1

Added comments for more insight to process

1.1.0

Allowing for symbolic entries and renamed to better reflect its use case

1.0.0