Best way to generate specific GUI
Afficher commentaires plus anciens
Hi all,
I've been a moderately heavy Matlab user for a long time, but I've never tried to make a GUI. Now I want to, and I'm looking for the best method. The App Designer examples and tutorial I have seen don't enforce any particular sequence of events. What I want to do is 1) have user locate a folder. 2) have code find files of a certain type in that folder -- let's say csv -- that have a certain thing in common. 3) User specifies which cells in the csv files (they all have the same structure) Matlab should capture and stuff into an array. I already have m-files to do these things, but the standard Matlab UI (e.g. "inputdlg") is very clunky. 4) Do various things with the results: write them out to an Excel file, maybe get some stats, generate plots (but we won't know how many until we find out how many csv files there are), stuff like that.
I don't even know where to begin. Will App Designer allow a sequential kind of thing like that? Do I have to use GUIDE? Can I call my existing matlab functions from AD or GUIDE? I tried researching this, but for whatever reason I couldn't get this thing off the ground.
Thanks all. Aram
1 commentaire
Aram Schiffman
le 22 Mai 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Update figure-Based Apps dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!