Randomly assign elements of one vector into different vectors?
Show older comments
Hello I have the next vector:
v= [1 2 2 3 1 3 2 1 3 2 1 3 2 1 3 1 2 3 1 3]
And I need to assign randomly 4 elements of this vector in v1 other 3 elements in v2 other 5 elements in v3, 5 in v4 and 3 in v5 but without replacement, so each time these elements are assign to the first vector can not be assing to second and so on.
Is possible to do this with the randsample command?
2 Comments
Image Analyst
on 16 Aug 2018
Edited: Image Analyst
on 16 Aug 2018
When you say "in v1" do you really mean assign to v1? In other words, get the specified number of elements from v, and replace some elements in an existing v1 with the values from v? What values do v1, v2, ... v5 have before replacing the values, or do they not exist at all yet?
pauldjn
on 16 Aug 2018
Accepted Answer
More Answers (0)
Categories
Find more on Triangular Distribution 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!