App designer update plot and table
이전 댓글 표시
Hi
Is there anyway in App Designer to add data in table and see its updates in a form of plot? for example, if I create a Main window (Main App) to process raw data and save the results in UI. Table, then export the table data (day 1) to another window (results App), how the table/ plot in the results App could be updated from next data entry (day 2)?
The right order :
Data processing (day 1) in Main App > Export to Results table (day 1) in Results App >>
Data processing (day 2) in Main App > Expoer Results table (day 2) and savec day 2 in Results App with Day 1 together and so on
every new data entry will be updated in the Results App along with previous days results
댓글 수: 6
Geoff Hayes
2022년 12월 22일
@Mo - to be clear, you have two apps? One that will export data and one that will import that data (to show on a plot)?
Mo
2022년 12월 22일
Geoff Hayes
2022년 12월 23일
@Mo - how does the second app "know" that it should update its plots with new data? Does your first app "tell" the second app to update? What code do you have for updating the plots?
Mo
2022년 12월 23일
Geoff Hayes
2022년 12월 23일
Take a look at creating apps communicate each other with app designer to see if that provides an idea of what to do.
Mo
2022년 12월 23일
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!