App design GUI for Numeric/Text edit fields
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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 Comments
Adam Danz
on 24 Jan 2020
Why not build the app in appdesigner?
Adam Danz
on 24 Jan 2020
I'm asking why you don't add those components from
appdesigner('SysDebug_AppDesign')
Life is Wonderful
on 25 Jan 2020
Adam Danz
on 26 Jan 2020
I assume you're referencing the InputIndexSpinnerValueChanged function but it's not clear to me what you're trying to do or how to recreate the problem.
Life is Wonderful
on 27 Jan 2020
Edited: Life is Wonderful
on 28 Jan 2020
Walter Roberson
on 28 Jan 2020
Caution: poster likes to remove their part of discussion, so anyone who responds should quote all relevant context so that the discussion still makes sense later after the user has tried to use us as their unpaid private consultants.
Life is Wonderful
on 28 Jan 2020
Edited: Life is Wonderful
on 28 Jan 2020
Rik
on 28 Jan 2020
Why do you delete your comments? Why do you think your comments don't add any value? Now only one side of the conversation remains, which makes it difficult for others to benefit.
Life is Wonderful
on 28 Jan 2020
Adam Danz
on 28 Jan 2020
It's still not clear to me what I should be looking for. Could you reframe the question into something that doesn't require using the GUI?
Walter Roberson
on 28 Jan 2020
The volunteers, when they feel so inclined, answer public questions with public responses, and expect that for the most part the contents of the discussion will be left intact. In this way, everyone who chooses to look can see the discussion and learn from it.
When discussion is removed by the poster, then the discussion was of value to the original poster of the question, but the responses the volunteers made lose context, and become much lower value to anyone who chooses to look at the discussion afterwards. The effect is as if the poster extracted free private consultation from the volunteers. The volunteers are often fairly unhappy when that sort of thing happens.
Life is Wonderful
on 29 Jan 2020
Edited: Life is Wonderful
on 29 Jan 2020
Life is Wonderful
on 29 Jan 2020
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!