Community Profile

photo

David Ashirov


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer
  • First Review

View badges

Feeds

View by

Answered
How can I randomly combine the elements of two arrays in MATLAB 7.5 (R2007b)?
There's another way to do that: A=[815 2 55]; B=[545 1 8]; l = length(A) + length(B); randsample([A B],l)

3 years ago | 0