79351952

Date: 2025-01-13 11:03:36
Score: 1
Natty:
Report link

Taking the question literally

array= [11 22 33]

csl = regexprep(strip(sprintf('%d, ', array)), ',+$','')

ans =

    '11, 22, 33'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: craigB