Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- T = [-40 0 20 50];
- d = [1.52 1.29 1.2 1.09];
- density = interpolacionLagrange(T,d,15)
- density =
- 1.2211285
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement