How do I create random hex characters?

Risposte (1)

This is one way
x = dec2hex(randi([1 1000], 1, 5000));

Risposto:

il 15 Ott 2020

Community Treasure Hunt

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

Start Hunting!

Translated by