Issue with kruskalwallis() function not working in Live Script after installing MATLAB R2025a

4 visualizaciones (últimos 30 días)
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 comentarios
Geovane Gomes
Geovane Gomes el 3 de Jun. de 2025
Editada: Geovane Gomes el 3 de Jun. de 2025
On R2024 it runs well. It seems that this problem is specific to R2025a. Maybe I need to revert back to R2024b until this issue is resolved.

Iniciar sesión para comentar.

Respuestas (1)

Hitesh
Hitesh el 4 de Jun. de 2025
Editada: Hitesh el 4 de Jun. de 2025
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')

Categorías

Más información sobre MATLAB Report Generator en Help Center y File Exchange.

Productos


Versión

R2025a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by