How do I create random hex characters?

Réponses (1)

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

Catégories

En savoir plus sur Random Number Generation dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by