From 9088a6aadba1755b96b40f4894aef9db2f6b3fe1 Mon Sep 17 00:00:00 2001 From: Nuno Fachada <3018963+nunofachada@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:01:28 +0000 Subject: [PATCH] Add MOCluGen, a package for multidimensional cluster generation in MATLAB MOCluGen is an implementation of the clugen algorithm for generating multidimensional clusters with arbitrary distributions. Each cluster is supported by a line segment, the position, orientation and length of which guide where the respective points are placed. This package is described in . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dea2f9e..c3498ea 100644 --- a/README.md +++ b/README.md @@ -1032,3 +1032,4 @@ A curated list of awesome Matlab frameworks, libraries and software. * [preraulab/multitaper_toolbox](https://github.com/preraulab/multitaper_toolbox) - A multitaper spectral estimation toolbox implemented in Matlab, Python, and R * [PeterRochford/SkillMetricsToolbox](https://github.com/PeterRochford/SkillMetricsToolbox) - This toolbox contains a collection of Matlab functions for calculating the skill of model predictions against observations. * [ACCLAB/DABEST-Matlab](https://github.com/ACCLAB/DABEST-Matlab) - MATLAB package to generate contrast plots +* [MOCluGen](https://github.com/clugen/MOCluGen) - Multidimensional cluster generation in MATLAB.