% % Written by: % -- % John L. Weatherwax 2005-08-14 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- % A simple modification of Example 4.3 % Show how to use the interpolation tour function for different column projections ... load oronsay % Set up the vector of indices to the columns spanning % the starting and target planes. T1 = [3 4]; %T2 = [5 6]; T2 = [9, 10]; intour(oronsay, T1, T2);