Join fileparts
バージョン 1.0.0 (1.12 KB) 作成者:
Valerio Rubino
Joins into char vectors file parts, using / as delimiter.
When using fullfile() on Windows, it outputs the path of a file with the backslash (\) as delimiter. If the output is then passed as a format specifier to a function like sprintf (or compose), it runs into error, e.g. sprintf(fullfile('folder', '%d'), nr), because it interprets the blackslash as an escape character.
This function deals with the issue by adjoining file parts using the forward slash (/) as delimiter.
引用
Valerio Rubino (2025). Join fileparts (https://jp.mathworks.com/matlabcentral/fileexchange/90476-join-fileparts), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2021a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0 |