Taking the question literally
array= [11 22 33] csl = regexprep(strip(sprintf('%d, ', array)), ',+$','') ans = '11, 22, 33'