Clear Filters
Clear Filters

Random Matrix creation from the elements of a given vector

1 view (last 30 days)
Dear all,
I have a vector A containing the elements [EI, VI, I, SI, M, SS, S, VS, ES]. I want to create a 7x20 random matrix using the elements from vector A. How can I do this?

Accepted Answer

Voss
Voss on 21 May 2024
M = A(randi(numel(A),7,20));
  8 Comments

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!