Feeds
답변 있음
print numeric array as list with commas
Here's one more possibillity in one line using strip: a = 1:10; sprintf("%s", strip(sprintf("%d,", a), ",")) % ans = "1,2,3...
print numeric array as list with commas
Here's one more possibillity in one line using strip: a = 1:10; sprintf("%s", strip(sprintf("%d,", a), ",")) % ans = "1,2,3...
거의 2년 전 | 1
