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 ExchangeRandom 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