"現在のフォルダー"のpathを取得したい
107 views (last 30 days)
Show older comments
Yasuaki Tsuruoka
on 25 Jul 2018
Commented: Yasuaki Tsuruoka
on 25 Jul 2018
"現在のフォルダー"のpathを取得したいです。 path取得後、そのフォルダ内のサブフォルダ内のファイルを読み込み、ファイル内のデータを使用して、自作関数で処理します。 cdコマンドで変更することも考えましたが、ファイルを読み込む際にpathを変更した後、自作関数のあるpathに戻す必要があります。 pathの変更を複数回するのは冗長になるため、以下のイメージで処理したいです。
1)「"現在のフォルダー"のpath\サブフォルダ」内のファイルをすべて取得
2)"現在のフォルダー"内の.mに保存されている自作関数で1番で読み込んだファイルを処理
"path"というコマンドでは複数のpathを取得してしまい、"現在のフォルダー"のpathのみは取得できませんでした。 よろしくお願い致します。
0 Comments
Accepted Answer
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!