MATLAB - piecewise defined Fn as periodic

  • Thread starter Thread starter Apothus
  • Start date Start date
  • Tags Tags
    Matlab Periodic
AI Thread Summary
The discussion focuses on extending a piecewise defined function in MATLAB to create an even function. The original function is modeled as F(t) and includes unit step functions. Participants explore the concept of using F(-t) = F(t) to achieve the even function requirement. There is an emphasis on ensuring that the MATLAB implementation accurately reflects the desired properties of the function. The conversation highlights the need for clarity on the next steps in manipulating the function for periodicity.
Apothus
Messages
4
Reaction score
0

Homework Statement


We have been provided with a graph
of a function modeled by F(t)=a-aU(t-1)+(-3/2.5*t+4.2)U(t-1)-(-3/2.5*t+4.2)U(t-3.5)

I have entered this into MATLAB and it replicates the graph we have been provided with but we now need to extend this as an Even function.
 
Physics news on Phys.org
Can't you just use F(-t) = F(t)?

What are you going to do next with this function?
 
Back
Top