How do I create random hex characters?

Respuestas (1)

Ameer Hamza
Ameer Hamza el 15 de Oct. de 2020
This is one way
x = dec2hex(randi([1 1000], 1, 5000));

Categorías

Más información sobre Random Number Generation en Centro de ayuda y File Exchange.

Preguntada:

el 15 de Oct. de 2020

Respondida:

el 15 de Oct. de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by