how to convert char into text??
Show older comments
hi guys
I have files with same name but different extension numbers
for example
filename='file_';
fileExt='22'
name=[filename,fileExt];
the output name
name='file_22'
but I need the output just as text, I am planning to call function from this output
% I need the output to like
name=file_22
any possible ways, thanks
2 Comments
Walter Roberson
on 28 Dec 2017
Do you mean that you need to access a variable named file_22 in that statement?
Muhammad RSMY
on 28 Dec 2017
Accepted Answer
More Answers (2)
Walter Roberson
on 28 Dec 2017
0 votes
1 Comment
Muhammad RSMY
on 28 Dec 2017
Edited: Muhammad RSMY
on 28 Dec 2017
Muhammad RSMY
on 28 Dec 2017
0 votes
Categories
Find more on Dates and Time in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!