In Octave:
Given a vector
a = 1:3
How to turn vector "a" into a cell vector of strings
{\'1\',\'2\',\'3\'}