編集メモ: This file was selected as MATLAB Central Pick of the Week
引用
Jan (2025). GetFullPath (https://www.mathworks.com/matlabcentral/fileexchange/28249-getfullpath), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
タグ
謝辞
ヒントを与えたファイル: iansheret/CachePureFunction, matlab-save-figure, ICC_mex_tools, Natural-Order Filename Sort, slxpy
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.11.0.0 | Typo fixed in InstallMex. No changes in actual function. |
||
1.10.0.0 | Unit test function added |
||
1.9.0.0 | Accept strings as input. |
||
1.8.0.0 | Bugfix in M-File for UNC path. |
||
1.7.0.0 | Unit test fixed: Consider buggy FULLFILE ov Matlab >= 2015b: FULLFILE('C:\', '\') replies 'C:\\' !
|
||
1.6.0.0 | C-Mex tested under Win7/64. Improved UNC path support in the M-file. Bugfix for M-file under Linux (thanks Daniel). |
||
1.5.0.0 | Minor bug: '***' in the ErrorID caused bad messages in case of errors. |
||
1.4.0.0 | Bugfix in M-version: Treat empty matrix as empty string. |
||
1.3.0.0 | Accept cell strings as inputs. |
||
1.2.0.0 | M-Version replied bad path for input with leading separator. GetFullPath('\') is the current drive on Windows. |
||
1.1.0.0 | Doc updated, function not touched. |
||
1.0.0.0 |