Linear interpolation and Integral

Please see attached file by Mathcad. Is this possible to do with Matlab?

Answers (1)

Rik
Rik on 27 May 2018
For interpolation there is the interp function family: interp1, interp2, interp3, and interpn.
For integration, you can use the int function (for symbolic functions) and the integral function family (for function handles) integral, integral2, and integral3.

2 Comments

Hi, thanks for quick answer. I have found these functions, however I would need more help in forming the actual equations to matlab to solve.
As I'm not familiar with your notation, I'll need more clarification of what you mean to be able to help you.

Sign in to comment.

Categories

Find more on Interpolation in Help Center and File Exchange

Products

Release

R2017b

Asked:

on 27 May 2018

Commented:

Rik
on 27 May 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!