How I can convert a binary number into Matrix
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Risposta accettata
yanqi liu
il 21 Dic 2021
a = logical([1 0 0 1 1 0 1 0 1 0 1 0])
b = [a(1:2:end)' a(2:2:end)']
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!