如何在我的计算机中搜索 GUI 中的某些 txt 文件?
我正在使用 Matlab Guide 功能来与用户建立界面。尽管如此,我需要读取 5 个不同 txt 文件中的一些数组。我想运行我的指南应用程序,并使用任何命令开始搜索我的计算机并将这些 .txt 文件加载到我的程序中。我怎么能轻松做到呢?
预先感谢您的帮助。
I am using the Matlab Guide function in order to build an inteface with the user. Nevertheless, I need to read some arrays that are in 5 different txt files. I would like to run my guide application, and using any command, start to search my computer and load these .txt files into my program. How could I easily do it?
Thanks in advance for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信有一个内置函数可以为您执行此操作,因此您必须自己循环执行一些
dir
命令,或者从 MATLAB Central / File Exchange 获取文件:例如DIRR或子目录。I don't believe that there is a built-in function that will do that for you, so either you have to loop through some
dir
commands yourself or grab a file from MATLAB Central / File Exchange: e.g. DIRR or subdir.