Show ANOVA table in app using App Designer
조회 수: 2 (최근 30일)
이전 댓글 표시
ANOVA calculation using Matlab function 'anova' or 'anovan' result in an ANOVA table: ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1377234/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1377234/image.jpeg)
I would like to perform the ANOVA calculation in an app (via App Designer), and display the resulting anova table into the same app.
Does anybody know how this can be done?
댓글 수: 0
답변 (1개)
Vinayak Gupta
2023년 6월 1일
Hey Ewoud,
Creating the whole app in the comments won't be very functional. I am attaching a link to App Designer documentation that can help you get started. You can display the values in ANOVA table from the internal properties like 'Metrics' in the anova object.
Refer to this to get started with App Designer:
Refer to this to learn about ANOVA properties:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Analysis of Variance and Covariance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!