Borrar filtros
Borrar filtros

Saving data from a GUI

5 visualizaciones (últimos 30 días)
Ludwig Crous
Ludwig Crous el 11 de Abr. de 2020
Comentada: Ludwig Crous el 11 de Abr. de 2020
I was assigned a project in which I need to make use of a GUI. I have not worked with a GUI before, but I managed to structure the body from online tips.
My GUI serves the purpose of taking in input values that I later have to use again.
I am however struggling to save these data values from the GUI.
Can anyone advise on the matter.
  4 comentarios
Image Analyst
Image Analyst el 11 de Abr. de 2020
Again, you forgot to attach the files. In general you can get the values in a couple of different ways depending on the type of control
value = handles.chkYourCheckBox.Value; % Checkboxes or scrollbars or listboxes or radio buttons.
contents = handles.edtYourEditTextBox.String; % Edit text boxes or listboxes.
Ludwig Crous
Ludwig Crous el 11 de Abr. de 2020
Here are the files.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by