Random Matrix creation from the elements of a given vector

1 次查看(过去 30 天)
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?

采纳的回答

Voss
Voss 2024-5-21
M = A(randi(numel(A),7,20));
  8 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by