How to read data from input boxes in app design using MATLAB
I have created an app, such that the response will be dynamically changing w.r.t input given. For example, the design view will have numeric edit field as No. of rooms and start button. If user give some value in No. of rooms, those many tabs will be generated with edit fields: Room no., No. of baskets in each room, percentage of fruits in each basket, No. of mangoes in each basket and also able to generate input boxes based on inputs given. There are few issues: Issue_1: Even though i’m not entering any value in room number and percentage of fruits in each basket, the app is able to generate next steps, that should not happen, instead the app should proceed for next steps after entering some value in room no and percentage of fruits in each basket. Issue_2: If I decrease the numeric value in No. of mangoes in each basket, the ‘import excel’ button are not able to change(By mistakenly if i have given 3,7,4 and press enter again if i have to give 2,3,2 the ‘import excel’ button won’t change).Issue_3: Need to plot the graph in such a format like(Room No.’x’_ basket’y’_’z’%of fruits in ‘y’ basket_Mango_’n’) and so on, which means for each ‘excel read’ button the graph should be displayed in an order on the tab. I have attached the app file and data required for plotting graphs.I have created an app, such that the response will be dynamically changing w.r.t input given. For example, the design view will have numeric edit field as No. of rooms and start button. If user give some value in No. of rooms, those many tabs will be generated with edit fields: Room no., No. of baskets in each room, percentage of fruits in each basket, No. of mangoes in each basket and also able to generate input boxes based on inputs given. There are few issues: Issue_1: Even though i’m not entering any value in room number and percentage of fruits in each basket, the app is able to generate next steps, that should not happen, instead the app should proceed for next steps after entering some value in room no and percentage of fruits in each basket. Issue_2: If I decrease the numeric value in No. of mangoes in each basket, the ‘import excel’ button are not able to change(By mistakenly if i have given 3,7,4 and press enter again if i have to give 2,3,2 the ‘import excel’ button won’t change).Issue_3: Need to plot the graph in such a format like(Room No.’x’_ basket’y’_’z’%of fruits in ‘y’ basket_Mango_’n’) and so on, which means for each ‘excel read’ button the graph should be displayed in an order on the tab. I have attached the app file and data required for plotting graphs. I have created an app, such that the response will be dynamically changing w.r.t input given. For example, the design view will have numeric edit field as No. of rooms and start button. If user give some value in No. of rooms, those many tabs will be generated with edit fields: Room no., No. of baskets in each room, percentage of fruits in each basket, No. of mangoes in each basket and also able to generate input boxes based on inputs given. There are few issues: Issue_1: Even though i’m not entering any value in room number and percentage of fruits in each basket, the app is able to generate next steps, that should not happen, instead the app should proceed for next steps after entering some value in room no and percentage of fruits in each basket. Issue_2: If I decrease the numeric value in No. of mangoes in each basket, the ‘import excel’ button are not able to change(By mistakenly if i have given 3,7,4 and press enter again if i have to give 2,3,2 the ‘import excel’ button won’t change).Issue_3: Need to plot the graph in such a format like(Room No.’x’_ basket’y’_’z’%of fruits in ‘y’ basket_Mango_’n’) and so on, which means for each ‘excel read’ button the graph should be displayed in an order on the tab. I have attached the app file and data required for plotting graphs. matlab, appdesigner MATLAB Answers — New Questions