D.W. Frye

MathWorks

Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
1,822
of 300,321

REPUTATION
37

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
21

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,093

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Answered
How do I convert a numerical vector into a comma-delimited string?
n = [12345 6789 10234 3452]; allOneString = sprintf('%.0f,' , n); allOneString = allOneString(1:end-1);% strip final c...

15 years ago | 14

| accepted

Question


How do I convert a numerical vector into a comma-delimited string?
Given a numerical vector, how do I convert it into a comma-delimited string? For example, if n = [12345 6789 10234 3452...

15 years ago | 7 answers | 7

7

answers