This is a follow-up from Octave: How to turn a vector of integers into a cell array of strings?.
>> a = 1:3; >> cellstr(int2str(a(:))) ans = { [