MATLAB: Please re-sampling , interpolation and smoothing matlab code

I also need to know how to apply re-sampling , interpolation and smoothing for the x,y coordinates that are saved in a text file as two columns when I implement the matlab functions of (resample) or (interp) or (smooth) the result plotted isn't as I want .. the character shape changes .

Best Answer

If you are dealing with characters and need to preserve their shape as characters, you should consider using spline fitting.