Issue with kruskalwallis() function not working in Live Script after installing MATLAB R2025a
5 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
After installing MATLAB version R2025a, I noticed that some functions freeze and do not run at all in Live Script. For example, the function kruskalwallis() completely freezes when executed within a Live Script, but it works normally in the Command Window and regular scripts.
Has anyone else experienced this issue? Is there any known solution or workaround?
Thank you in advance for your help!
3 个评论
Walter Roberson
2025-6-3
It happens that there is a seperate report tonight of graphics hanging in mlx files, this time when subplot() is used. https://www.mathworks.com/matlabcentral/discussions/tips/881887-there-is-an-error-in-the-subplot-function-in-2025a-version/2620277#reply_2620277
回答(1 个)
Hitesh
2025-6-4
编辑:Hitesh
2025-6-4
Hi Geovane Gomes,
I too encountered the similar issue. The workaround that worked for me was to disable the plot output. Kindly use the following command to disable the plot while calling the "kruskalwallis" function. However using this command will execute the "kruskallwallis" with ANOVA table and stats in MATLAB R2025a in live Script but it will not generate or display associated plot.
[p,tbl,stats] = kruskalwallis(x,[],'off')

0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Report Generator 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!