gpt4 book ai didi

Matlab 使用 GUI 按钮调用 'Import Data'

转载 作者:太空宇宙 更新时间:2023-11-03 20:28:58 24 4
gpt4 key购买 nike

我在 Matlab R2014b 的 GUI 中工作,它使用 txt 文件中的一些数据,所以我想调用“导入数据”窗口以允许用户在按下按钮时从文件中选择数据。有办法做到这一点吗?

最佳答案

函数uiimport用于交互式导入数据。这seems to be Matlab 工具栏的“导入数据”按钮调用了什么。

摘自文档,

uiimport opens a dialog to interactively load data from a file or the clipboard. MATLAB® displays a preview of the data in the file.

uiimport('-file') presents the file selection dialog first.

S = uiimport(___) stores the resulting variables as fields in the struct S.

所以,设置

uiimport('-file');

作为按钮的回调。

关于Matlab 使用 GUI 按钮调用 'Import Data',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29331836/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com