- generate names: use sprintf and fullfile.
- read names: use dir and fullfile.
how do I create many excel file
2 次查看(过去 30 天)
显示 更早的评论
Hello, I have 100 MR images and I want to create excel file for each image containing some results of traitement...So I want to have 100 excel file finally !! I know that xlswrite create one excel sheet but If want 100 ?
Could any one help me !! I will be grateful !!
0 个评论
采纳的回答
Stephen23
2017-6-2
How to read multiple files is explained extensively in the documentation, on this forum, and in the wiki:
etc
The first thing to decide is if you want to generate the file names, or if you want to read the names of existing files:
You can also find some examples with my FEX submission natsortfiles:
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!