Help with MATLAB Code - Plot is ignoring 0 value

Hello, I am using R2016b to plot magnitude and phase of a fourier series (periodic), but the plot is ignoring the 0 value of the function. Can anyone tell me if I am missing something in the code? The 0 value is not undefined.

 Accepted Answer

Actually the zero value is undefined, because of a division by zero. You can use isnan to replace this with 0.

More Answers (1)

Aaron Frazier
Aaron Frazier on 2 Sep 2018
Edited: Aaron Frazier on 4 Sep 2018
Thank you very much. Rik, you are absolutely correct that a is undefined at 0 due to a division by 0. I changed the function using l'hospital's rule to solve for the 0 value.

1 Comment

You should put your code here as text (and use the {}Code button to have a correct markup). That way people can copy and paste your code.

Sign in to comment.

Products

Asked:

on 2 Sep 2018

Commented:

Rik
on 5 Sep 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!