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!