Plotting Infinite series in matlab
Show older comments

e(t)=x(t)-xn(t), how can i plot e(t)??
5 Comments
Rupesh Yadav
on 25 Oct 2020
@David Hill how to plot x(t)
Walter Roberson
on 25 Oct 2020
If you were to plot x(t) would you want it for a single fixed n value, or for a vector of n values like David Hill shows?
If you want a vector of n values then x(t) would have one component for each value in n so you would need a 2D plot.
Rupesh Yadav
on 25 Oct 2020
@Walter Robertson Ya I was asking for the same. Actually we i want to add fourier sine series summation till inf then how to add them and finally plot the same?
Walter Roberson
on 25 Oct 2020
What is the "same" that you are asking for? Which variables do you want to be fixed in the plot and which do you want want to change? If you have more than one changing variable then which do you want for x, which for y, which for z?
Walter Roberson
on 25 Oct 2020
Adding an infinite number of terms takes an infinite time, and there is never a "finally" for an infinite time.
Accepted Answer
More Answers (0)
Categories
Find more on Labels and Styling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!