B-spline Tutorial by Ashish Myles (marcianx@gmail.com) ################################################################################ LICENSE: Use it for whatever at your own risk. If you republish it, credit the original version at http://www.ashishmyles.com/tutorials.html . ################################################################################ FILES INCLUDED: - README.txt - that's this file Main matlab file: - spline.m - This file has the code for all the images in the tutorial slides (http://www.ashishmyles.com/tutorials.html). Each part is within a big if-statement. Turn any one of these "if 0"s into "if 1" to run that case. PREREQUISITES: Matlab and its spline toolbox Helper files for spline.m: - greville.m - plot_knots_and_cpts.m - plot_spline.m ################################################################################