March 26 2008
March 26 2008
ps&
[1] 2955
[johnson@hp matlab]$ gedit natural_spline.m &
[2] 2962
[johnson@hp matlab]$ gedit ex_errorfunction.m
[johnson@hp matlab]$ octave -q
octave:1> help complete_spline
complete_spline is the user-defined function from the file
/home/johnson/m/mike/teaching/math543/matlab/complete_spline.m
lsode
n xi __nargin__ a b y
debug> a
a = 0
debug> b
b = 5
debug> n
n = 20
debug> xi
xi =
debug> y
y =
debug> plot(xi,y,"*")
debug> ls
bb2pp.m ex_quadrature.m pp_integ.m~
b_spline.m ex_rgb_image.m pp_knot_insert.m
b_spline.m~ ex_seabed.m pp_mult.m
check_bspline_deriv_formula.m ex_sound.m pp_val_fast.cc
check_bspline_deriv_formula.m~ ex_splinecompare.m pp_val_fast.o
cols2row.m ex_splinecompare.m~ pp_val_fast.oct
complete_spline.m ex_splinecurve.m pp_val.m
dos_update ex_tensorproduct.m quasi_interpolant.m
ex_besselkernel.m ex_wave_equation.m readme
ex_boundaryeffects.m fast_discrete_conv.m row2cols.m
ex_bw_image.m hw5.m semi_discrete_2d_val.m
ex_checkode.m hw5.m~ semi_discrete_val.m
ex_checkode.m~ hw6_1.m temp
ex_cosfft.m hw6_1.m~ test1.m
ex_edge_detection.m hw6_3.m test2.m
ex_errorfunction.m hw6_3.m~ test3.m
ex_errorfunction.m~ load_bmp.m test4.m
ex_fftconv.m natural_spline.m test5.m
ex_j_omega.m notaknot_spline.m test6.m
ex_noboundaryeffects.m periodic_spline.m trash.dat
ex_odeconv.m pp_add.m trash.m
ex_odeconv.m~ pp_def_integ.m trash.m~
ex_phifive.m pp_deriv.m
ex_phifour.m pp_integ.m
debug> help notaknot_spline
notaknot_spline is the user-defined function from the file
/home/johnson/m/mike/teaching/math543/matlab/notaknot_spline.m