convert binary to array matrix double
Afficher commentaires plus anciens
Hii guys,
can I change :
a =
'0101'
to
a =
columns 1 through 4
0 1 0 1
? thanks
Réponses (1)
David Hill
le 13 Jan 2020
a=a-48;
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!