saveseq.m

版本 1.3.0.0 (1.1 KB) 作者: aneps
Save the files by numbering the file name sequentially
206.0 次下载
更新时间 2014/5/28

查看许可证

saveseq function: save files with same filename and numbered squentially.
This function search in the current directory for the files with the samename. Then if there is no such files exists, the function save the data as name_1, name_2 sequentially for each run. If there is a file existing in the directory with name*, the function will see how many such files are there and number the new file after that. for example if there are 3 files existing with name*, the function will save the new file as 'name_4'.
EXAMPLE: saveseq('filename','mydata')

引用格式

aneps (2024). saveseq.m (https://www.mathworks.com/matlabcentral/fileexchange/46776-saveseq-m), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Standard File Formats 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3.0.0

updated explanation

1.2.0.0

updated the explanation

1.1.0.0

updated the explanation

1.0.0.0