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.
MATLAB で特定の拡張子を持つファイルを開く方法はありますか?
フォルダ内に「.aaa」という拡張子を持つファイルが 1 つしかなく、実際のファイル名に関係なく「fopen」を使用してファイルを開きたい場合。
dir 関数を使用します。
files = dir('*.aaa'); files(1).name