Identical random on two arrays

4 次查看(过去 30 天)
Hello!
I'm making a True/False-quiz during a MatLab course. My problem is, is that I have to make it able to take the questions in a random order. My questions and answers are stored in different cell array. So I have to make shuffle the order of the questions, but the answers has to be shuffled excatly as the questions. Is there a way to do that?
Thank you in advance

采纳的回答

Cedric
Cedric 2014-5-2
编辑:Cedric 2014-5-2
Use RANDPERM to generate an index vector, that you use then to index both cell arrays.
  1 个评论
Kasper
Kasper 2014-5-2
Thank you very much!
I then used sortedcellarray = cellarray(indexarray) for indexing my cell arrays so they match.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by