How do I create random hex characters?
이전 댓글 표시
답변 (1개)
Ameer Hamza
2020년 10월 15일
This is one way
x = dec2hex(randi([1 1000], 1, 5000));
카테고리
도움말 센터 및 File Exchange에서 Random Number Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!