Loop in cell array

1 次查看(过去 30 天)
Eric
Eric 2017-2-11
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
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 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by