% [PATHSTR,NAME,EXT] = fileparts_(FILE), similar to built-in function.
% However, it is modified for easier use.
%
% - Works platform independent
% - Can handle cells and string input
% - Provides different output, depending on number of outputs.
% output == 0: [file.ext]
% output == 1: [folder/file.ext]
% output == 2: [path, file.ext]
% output == 3: [path, file, ext]
%
% Ben van Oeveren, 14-05-2016, VU Amsterdam
引用格式
Ben Oeveren (2024). fileparts_(fnames) (https://www.mathworks.com/matlabcentral/fileexchange/57128-fileparts_-fnames), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2016a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Data Import and Analysis > Data Import and Export > Standard File Formats > Audio and Video Data >
在 Help Center 和 MATLAB Answers 中查找有关 Audio and Video Data 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!