This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Description
it seems we have some issue with Matlab statistics and ml toolbox, especially this function call is stuck forever for some macOS installations:
gm = fitgmdist(data, 2);
does not run.
The bug is only within monalisa, so it could be due to usage of reserved keywords, or something similar. When in the same installation we only run the function with the same inputs, in the command window, it seems to work fine. We should try to find a solution.