randi 0 to 3 (2bits)
Mostrar comentarios más antiguos
How can I define a random sequence of 16384 whole numbers between 0 and 3 and each integer represents two bits?
Respuesta aceptada
Más respuestas (1)
Matt J
el 12 de Abr. de 2020
randi([0,3],16384,1)
Categorías
Más información sobre Clustering 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!