
I have no clue on what to do here. I need help on steps 2, 3, and 4.
it seems rand or randperm only works with numeric number so for the life of me i cant figure out how to put
random values of Fruits into the CellFun
clear %clear workspace
clc %clear command window
Fruits = {'Apple';'Cherry';'Lime';'Apricot';'Chestnut'}
CellFun = cell(5,5)
numR = ['random 1','random 2';'random 3','random 4']