How to interpret Binary '0' and '1' as Decimal 0 and 1?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hadi
el 6 de Mzo. de 2015
Comentada: hadi
el 6 de Mzo. de 2015
Hi all,
I have the following program:
c=dec2bin(0:3,2)
sum(sum(c))
And I get the output:
c =
00
01
10
11
s =
388
Instead of having s=4.
So how can I let matlab read the zeros and ones in the c matrix as decimal values?
Thanks a lot.
Hadi.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Multirate Signal Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!