convert decimal to binary (for whole column)
Mostrar comentarios más antiguos
How can I convert the whole column of decima values to binary values? Is there any function for that or would i have to write a loop
Respuestas (2)
dpb
el 30 de Sept. de 2016
doc dec2bin % for details...
kumar panduga
el 8 de Oct. de 2016
0 votos
dec2bin(column)
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!