How do I create random hex characters?
Afficher commentaires plus anciens
How can I create 5000 random hex characters?
Réponses (1)
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
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!