App design GUI for Numeric/Text edit fields
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
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 个评论
Adam Danz
2020-1-24
Why not build the app in appdesigner?
Adam Danz
2020-1-24
I'm asking why you don't add those components from
appdesigner('SysDebug_AppDesign')
Life is Wonderful
2020-1-25
Adam Danz
2020-1-26
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
2020-1-27
编辑:Life is Wonderful
2020-1-28
Walter Roberson
2020-1-28
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
2020-1-28
编辑:Life is Wonderful
2020-1-28
Rik
2020-1-28
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
2020-1-28
Adam Danz
2020-1-28
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
2020-1-28
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
2020-1-29
编辑:Life is Wonderful
2020-1-29
Life is Wonderful
2020-1-29
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!