Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

App design GUI for Numeric/Text edit fields

9 Ansichten (letzte 30 Tage)
Life is Wonderful
Life is Wonderful am 24 Jan. 2020
Geschlossen: Life is Wonderful am 29 Jan. 2020
App I want to add numeric,text and query edit button to my App.
% Requirement-1
xstart = uieditfield(app.UIAxes,'numeric'); % Get start number from app.UITable.RowName
xstop = uieditfield(app.UIAxes,'numeric'); % Get stop number from app.UITable.RowName
% Requirement-2
xstring = uieditfield(app.UIAxes,'Text'); % Get a string from t_table
% Requirement-3
xquery = query(app.UIAxes); % String search in whole structure joinedtimetable
My Code is added in the attachment with Input test data. I need help on implemention .
Thank you!!
  14 Kommentare
Life is Wonderful
Life is Wonderful am 29 Jan. 2020
I got the right implementation now. I think I can close this issue now
Thank you very much for your help!!

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by