fmfiles - Find missing files

版本 1.0.0.0 (1.9 KB) 作者: Miroslav Balda
All files declared in an input list, which are not found, are displayed in an error message
2.0K 次下载
更新时间 2009/2/2

查看许可证

The function searches files declared in varagin list of items in working directory, on matlabpath and a system path. The items are separated by comas. Files not found will be displayed in an error message output. If no function is missing, no error interruption is present. The function can be used either from a program or from Command Window.

List of input arguments contains items in arbitrary order:
name file name (string) with no extension = m-file name,
name.ext file name with extension can be m-file or another name,
{name,IdNo} a cell containing name without or with extension '.m', and idetification number of the file in File Exchande.

Example:
fmfiles('inp','fig.m',{'ffpath',22501},'myprog.exe');

引用格式

Miroslav Balda (2024). fmfiles - Find missing files (https://www.mathworks.com/matlabcentral/fileexchange/22868-fmfiles-find-missing-files), MATLAB Central File Exchange. 检索时间: .

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

Community Treasure Hunt

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

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