How do I wright this function

1 view (last 30 days)
Alex Rolfe
Alex Rolfe on 29 Sep 2019
Edited: Adam Danz on 29 Sep 2019
How do I wright this function on matlab as the For all component is confusing me ?
  2 Comments
darova
darova on 29 Sep 2019
Can you please show your attempts? What have you tried? DO you have any idea how to implement it?
Rik
Rik on 29 Sep 2019
It looks like the function definition is different from what seems the intention. This function is only defined for t up to 1. I suspect the intended definition for the second line is f(t)=f(abs(t)-2) for all t<-1 or t>=1, which would actually make sure all values of t result in a value.

Sign in to comment.

Answers (0)

Categories

Find more on Parallel Computing 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!