how to convert char into text??
이전 댓글 표시
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
Walter Roberson
2017년 12월 28일
Do you mean that you need to access a variable named file_22 in that statement?
Muhammad RSMY
2017년 12월 28일
채택된 답변
추가 답변 (2개)
Walter Roberson
2017년 12월 28일
0 개 추천
댓글 수: 1
Muhammad RSMY
2017년 12월 28일
편집: Muhammad RSMY
2017년 12월 28일
카테고리
도움말 센터 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!