Recent content by Mphil1984

  1. M

    MATLAB Plotting Series in Matlab: Code for Two Series with Cosine and Sine Functions

    That would be a possible solution.What if we do not consider sum command?
  2. M

    MATLAB Plotting Series in Matlab: Code for Two Series with Cosine and Sine Functions

    I am going to plot two series in Matlab. They are as following. please help me to write the appropriate code for them: 1-f(t)=(2/pi)+(4/pi)*Ʃ(1/(1-4*n^2))*cos(2*n*pi*t) -1≤t≤1 n=1 forN=200 2-f(t)=(4/0.25^2)*Ʃ(sin(0.25*n*pi)/(n*pi)^2)*sin(n*pi*t) -2≤t≤2 n=1,3,5 forN=200
Back
Top