MATLAB: Drawing cylces of periodic function

cyclesfunctionperiodperiodicplotplotting

How can i draw some cycles of periodic function such as sin(t) or other periodic functions ?

Best Answer

See the documentation for the plot (link) function. It describes exactly what you want to do.
Related Question