How to input this function for calculating furrier series

2 vues (au cours des 30 derniers jours)
Kamyar D
Kamyar D le 26 Déc 2020
Commenté : Kamyar D le 29 Déc 2020
Hello everyone
I have a very simple code for Adcanced mathematics and I cant find the way to input the Function.
this code is to find furrier series and plot it then compare it with the main function plot.
so this is my code
and my problem is that i cant find a way to input this function and yes I have search the net for days now and cant find anything useful
Please guide me and Thank you

Réponse acceptée

Walter Roberson
Walter Roberson le 26 Déc 2020
y = piecewise(x < 2, 2*x-8, x > 2, x*cos(x), nan)
The nan is there to emphasize to readers that the output of piecewise() returns nan when none of the input conditions match, as would be the case for x == 2 exactly.
Reminder: boundary conditions are important for fourier transform purposes.

Plus de réponses (0)

Catégories

En savoir plus sur Interpolation dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by