Info
This question is closed. Reopen it to edit or answer.
how polt binary even and odd from for example {0 0 1 1 0 0 }
1 view (last 30 days)
Show older comments
how polt binary even and odd from for example {0 0 1 1 0 0 }
0 Comments
Answers (1)
Azzi Abdelmalek
on 2 Jan 2015
Edited: Azzi Abdelmalek
on 2 Jan 2015
a=[0 0 1 1 0 0]
stem(a,'r')
3 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!