Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
* Computer Vision Toolbox
* Curve Fitting Toolbox
* 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