We know digital computer cannot deal with continuous time signals directly. But then how MATLAB "plot" command works? Does that uses interpolation techniques
Below is link of a MATLAB central question which is like this same issue
https://www.mathworks.com/matlabcentral/answers/512043-matlab-deals-only-with-discrete-signals
plotplots the points that your give to it and combines them with a straight line. - Sardar Usama