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!