convert binary to array matrix double
Ältere Kommentare anzeigen
Hii guys,
can I change :
a =
'0101'
to
a =
columns 1 through 4
0 1 0 1
? thanks
Antworten (1)
David Hill
am 13 Jan. 2020
a=a-48;
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!