From: Judith Machts on
hello,

i have problems using the command "randperm". i want to randomize a cell array, containing pictures.
cell_array = {'1.jpg',........'80.jpg'};
now the command
cell_array = randperm(length(cell_array)) creates random numbers, but i can´t use the random numbers to re-index my cell-array.
well probably it´s quite simple...