Effacer les filtres
Effacer les filtres

How to input, show, correct and save data using GUIDE

1 vue (au cours des 30 derniers jours)
Jay
Jay le 29 Sep 2020
Commenté : Rik le 1 Oct 2020
Hi all,
So I would like to have a GUI that:
  1. User inputs alphanumeric and numeric data into different boxes to form a data set / record
  2. Use a specifier to set the name of the data set /record name for calling in the event they need to edit the data set / record
  3. After pressing store (first data set / record), another GUIDE pops up showing first data set / record (and the following data sets / records) with scroll tab so the analyst can peruse the different saved data set / record information as they desire with set field / naming prefixes
  4. User inputs as many records as they desire using the same information type specifiers
  5. Allows the user to select the data set / record to edit in the event of a typographical error
  6. After data has been stored, allow the user to call the information for different calculations as the require.
Eg.
Input structure: Name, gender, age, height [cm], weight [kg], hair, eyes
Input
Record_1 = {'James Black', 'male', '32', '192', '85', 'brown', 'brown'}
Record_2 = {'Jannet Blue', 'female', '18', '175', '60', 'blonde', 'green'}
Record_3 = {'Paul Green', 'male', '22', '180', '90', 'brown', 'blue'}
Record_4 = {'Max Orange', 'male', '44', '185', '92', 'grey', 'brown'}
Record_5 = {'Jessica Brown', 'female', '34', '172', '65', 'brown', 'brown'}
Record_6 = {'Chris White', 'male', '28', '188', '96', 'blonde', 'blue'}
Process:
  1. Show input in another screen
  2. Call Record _3
  3. Change Record_3 input, overwrite and save to amend record
Output: Updated data set.
I have tried to watch Video: GUIDE Advanced Techniques but the .html will not run.
  1 commentaire
Rik
Rik le 1 Oct 2020
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.

Connectez-vous pour commenter.

Réponses (0)

Catégories

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

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by