How do you load a .txt file into your workspace filled with only numbers from a push button?

2 ビュー (過去 30 日間)
Nicholas Cerean
Nicholas Cerean 2016 年 3 月 31 日
回答済み: Dave Behera 2016 年 4 月 4 日
I've been using Uigetfile but I cant seem to get the data into the workspace.
  1 件のコメント
Geoff Hayes
Geoff Hayes 2016 年 3 月 31 日
Nicholas - uigetfile will get the filename (and path). You would need to use (for example) csvread to read the data into a variable.

サインインしてコメントする。

回答 (1 件)

Dave Behera
Dave Behera 2016 年 4 月 4 日
You can load a file from a GUI with multiple options. As Geoff mentioned above, use uigetfile to select your file and then use textscan, csvread,xlsread, etc to read it based on the type of file it is.
For loading .mat file, you can use uiopen directly to load all variables inside it: http://www.mathworks.com/help/matlab/ref/uiopen.html

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by