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”的文件,并且我想使用“fopen”打开该文件,而不管实际文件名如何。
使用目录函数:
files = dir('*.aaa'); files(1).name