Clear Filters
Clear Filters

How can i save the random numbers in one array/string? I have similar problem, so this is just an example. Don't know how to explaine the other one

2 views (last 30 days)
for i = 1:10 rand() end
%is coming 10 random numbers ans = 1, ans = 7 ans = 4 osv.

Accepted Answer

dpb
dpb on 12 Mar 2015
rnvs=rand(10,1);
See
doc rand % for use

More Answers (0)

Categories

Find more on Characters and Strings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!