Page 1 of 1

9. Write a function my_split_function(f,g, a,b,x), where fand g are handles to functions f(x) and g(x), respectively. Th

Posted: Wed Mar 30, 2022 9:29 am
by answerhappygod
9 Write A Function My Split Function F G A B X Where Fand G Are Handles To Functions F X And G X Respectively Th 1
9 Write A Function My Split Function F G A B X Where Fand G Are Handles To Functions F X And G X Respectively Th 1 (23.49 KiB) Viewed 33 times
9. Write a function my_split_function(f,g, a,b,x), where fand g are handles to functions f(x) and g(x), respectively. The output should be f(x) if x < a, g(x) if x > b, and 0 otherwise. You may assume that b> a.