Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Jay
Jay el 29 de Sept. de 2020
Comentada: Rik el 1 de Oct. de 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 comentario
Rik
Rik el 1 de Oct. de 2020
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by