Answered Random numbers without repetition
Hi Joey,
not really elegant, but could work (as long as your "real" need is not much larger):
Y = zeros(3, 10);
for i=1:...
15 years ago | 0
Answered xlswrite
If the entries in your cell array are indeed 1x1 cells of strings or empty cells, try to convert each cell entry to a string:
...