Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フルパスから現在のファイル名を削除してパスを計算するにはどうすればよいですか? 私はこれまでのところこれを持っています:
fullPath = mfilename('fullpath') curMfile = mfilename(); path =
しかし、私はパスに何を入れるべきかわかりません。
使用できます[pathstr, name, ext] = fileparts(filename)
[pathstr, name, ext] = fileparts(filename)