Recent content by fiendslyr

  1. F

    MATLAB How to Define a Piecewise Function in MATLAB?

    So this problem involves computing and plotting the FFT in MATLAB. However, I do not know how to define a piecewise function in MATLAB. The function is as follows: y_of_t = { 10cos(2*pi*2500*t), 0 <= t <= 1 msec 0 , else How do I go about...
Back
Top