How do I create an array of one column and several lines with only a few characters from the name of my files?
3 次查看(过去 30 天)
显示 更早的评论
I have several files with this structure. At each loop, a file is opened and I would like to write the first 5 characters of the file name in a column. How can I do this?
Example:
03000_20200506_0300.dat
04000_20200506_0300.dat
05000_20200506_0300.dat
06000_20200506_0300.dat
The matrix I would like to obtain:
03000
04000
05000
06000
...
Thanks.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Debugging and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!