App design GUI for Numeric/Text edit fields
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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 comentarios
Adam Danz
el 24 de En. de 2020
Why not build the app in appdesigner?
Adam Danz
el 24 de En. de 2020
I'm asking why you don't add those components from
appdesigner('SysDebug_AppDesign')
Life is Wonderful
el 25 de En. de 2020
Adam Danz
el 26 de En. de 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
el 27 de En. de 2020
Editada: Life is Wonderful
el 28 de En. de 2020
Walter Roberson
el 28 de En. de 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
el 28 de En. de 2020
Editada: Life is Wonderful
el 28 de En. de 2020
Rik
el 28 de En. de 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
el 28 de En. de 2020
Adam Danz
el 28 de En. de 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
el 28 de En. de 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
el 29 de En. de 2020
Editada: Life is Wonderful
el 29 de En. de 2020
Life is Wonderful
el 29 de En. de 2020
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!