From 0d19f132ea5859749ef774a21df946b847f560a8 Mon Sep 17 00:00:00 2001 From: Paul Frischknecht Date: Fri, 29 Aug 2025 11:36:38 +0200 Subject: [PATCH 1/2] update list of required toolboxes --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de7a95..69bde8d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # matlab-code -This repository contains the single .m file needed to run ColTapp from MATLAB. Code is written and tested in R2020a but should probably run on older versions (some functions tested on R2016b) if all necesarry toolboxes are installed. Necessary toolboxes: Mapping Toolbox, Image Processing Toolbox, Statistics and Machine Learning Toolbox and GUI Layout Toolbox. +This repository contains the single .m file needed to run ColTapp from MATLAB. Code is written and tested in R2020a but should probably run on older versions (some functions tested on R2016b) if all necesarry toolboxes are installed. + +Necessary toolboxes: +* Mapping Toolbox +* Image Processing Toolbox +* Statistics and Machine Learning Toolbox +* Computer Vision Toolbox +* Curve Fitting Toolbox +* GUI Layout Toolbox (by David Sampson) From b754df48e3839fb008140fac8ddb12611aeabfd7 Mon Sep 17 00:00:00 2001 From: Paul Frischknecht Date: Thu, 4 Sep 2025 22:40:04 +0200 Subject: [PATCH 2/2] sort asc --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69bde8d..289bde9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This repository contains the single .m file needed to run ColTapp from MATLAB. Code is written and tested in R2020a but should probably run on older versions (some functions tested on R2016b) if all necesarry toolboxes are installed. Necessary toolboxes: -* Mapping Toolbox -* Image Processing Toolbox -* Statistics and Machine Learning Toolbox * Computer Vision Toolbox * Curve Fitting Toolbox -* GUI Layout Toolbox (by David Sampson) +* GUI Layout Toolbox (by David Sampson not selectable during matlab installation, it's an AddOn) +* Image Processing Toolbox +* Mapping Toolbox +* Statistics and Machine Learning Toolbox