How do I create random hex characters?

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 10월 15일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Random Number Generation에 대해 자세히 알아보기

질문:

2020년 10월 15일

답변:

2020년 10월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by