Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
how polt binary even and odd from for example {0 0 1 1 0 0 }
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
how polt binary even and odd from for example {0 0 1 1 0 0 }
0 Commenti
Risposte (1)
Azzi Abdelmalek
il 2 Gen 2015
Modificato: Azzi Abdelmalek
il 2 Gen 2015
a=[0 0 1 1 0 0]
stem(a,'r')
3 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!