How to make a function defined at discrete points?
Show older comments
x[n] = { 1 if n=0,
2 if n=1,
3 if n=2,
2 if n=5,
2 if n=6,
0 otherwise }
Accepted Answer
More Answers (0)
Categories
Find more on Interactions, Camera Views, and Lighting 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!