如何在我的计算机中搜索 GUI 中的某些 txt 文件?

发布于 2024-10-19 05:09:56 字数 145 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦开始←不甜 2024-10-26 05:09:57

我不相信有一个内置函数可以为您执行此操作,因此您必须自己循环执行一些 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文