rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
myspline.m
1 function [p_mu] = myspline(x_hill, y_hill)
2 
3 p_mu = spline(x_hill, y_hill);
4 %p_mu = mkpp([0 1], [-y_hill(2) y_hill(2)]);
5 
6 % TO BE ADJUSTED TO NEW SYNTAX
7 %| \docupdate