rbmatlab 0.10.01
datafunc/myspline.m
00001 function [p_mu] = myspline(x_hill, y_hill)
00002 
00003 p_mu = spline(x_hill, y_hill);
00004 %p_mu = mkpp([0 1], [-y_hill(2) y_hill(2)]);
00005 
00006 % TO BE ADJUSTED TO NEW SYNTAX
00007 %| \docupdate 
All Classes Namespaces Files Functions Variables