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

조회 수: 3 (최근 30일)
Jay
Jay 2020년 9월 29일
댓글: Rik 2020년 10월 1일
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
Rik
Rik 2020년 10월 1일
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by