MATLAB: Sine Wave

continuousfunctionlimitsinewavex axisxaxis

How do you create a continuous sine wave, such that the limits do not have to be defined on the x-axis

Best Answer

The answer is either "You cannot", or else "sin(x)", depending what your question is intended to mean.
If you are trying to do operations on continuous functions to infinity, then the only way to do that in MATLAB is to use the symbolic toolbox.
Related Question