Random Matrix creation from the elements of a given vector

1 Ansicht (letzte 30 Tage)
Rajkumar Verma
Rajkumar Verma am 21 Mai 2024
Kommentiert: Voss am 23 Mai 2024
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?

Akzeptierte Antwort

Voss
Voss am 21 Mai 2024
M = A(randi(numel(A),7,20));
  8 Kommentare

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by