How can i save my box plot graph of Kruskal wallis test in PDF?

조회 수: 1 (최근 30일)
Anmol Mathur
Anmol Mathur 2020년 11월 22일
편집: Prabhanjan Mentla 2020년 11월 25일
To calculate the Kruskal wallis test i have use this code
p =kruskalwallis(log(q),[],'on')
Now this generate an ANOVA table and a box plot of it alog with it. How can we save the graphs and anova table to a single PDF?

답변 (1개)

Prabhanjan Mentla
Prabhanjan Mentla 2020년 11월 25일
편집: Prabhanjan Mentla 2020년 11월 25일
Hi,
You can use publish command to save ANOVA table and a box plot in a pdf, also you can hide the code in the output pdf using options_doc_nocode.showCode option, which will be covered in the below link
This command helps to publish a pdf along with code.
output = publish('Sample.mlx','pdf');
Refer this link for more information on publish command along with the options.
Hope this helps.

카테고리

Help CenterFile 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!

Translated by