Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
I've been using Uigetfile but I cant seem to get the data into the workspace.
  1 commentaire
Geoff Hayes
Geoff Hayes le 31 Mar 2016
Nicholas - uigetfile will get the filename (and path). You would need to use (for example) csvread to read the data into a variable.

Connectez-vous pour commenter.

Réponses (1)

Dave Behera
Dave Behera le 4 Avr 2016
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

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by