Hi everyone,
I'm currently trying to add a number in the end of a filename like this:
for jj = 1:244
names(jj) = cellstr([pwd '/' file(1).name ',' jj]);
end
But it gives me symbols instead like: . How can I get it to end with a number?
Thanks a lot in advance,
Eric

 채택된 답변

Star Strider
Star Strider 2017년 2월 11일

0 개 추천

I have no idea what you want to do because apparently some of the desired output didn’t appear.
I would use the sprintf function to create the string.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

질문:

2017년 2월 11일

답변:

2017년 2월 11일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by