Clear Filters
Clear Filters

How to install Clus-DoC

2 views (last 30 days)
Danielle
Danielle on 16 Feb 2024
Hi, very new to MATLAB and looking to install Clus-DoC https://github.com/PRNicovich/ClusDoC/blob/Clus-DoC/ClusDoC.m
I have no idea what im doing. I have installed MATLAB r2019b but as the add-on is not liscenced by MATLAB and needs downloading from GITHUB, I have no idea how to proceed.
I have the downloads from github in my downloads folder but am I supposed to move them into a folder in MATLAB? I have no idea what im doing.
Thanks

Answers (2)

Anjaneyulu Bairi
Anjaneyulu Bairi on 16 Feb 2024
Edited: Anjaneyulu Bairi on 16 Feb 2024
Hi,
To install Clus-Doc ,you can try below steps
  • Clone all files into the desired folder, either by downloading package link or through git clone https://github.com/PRNicovich/ClusDoC.git
  • Now go to cloned repo and add it to MATLAB path by executing below commands in command window
addpath('path_to_ClusDoC_folder');
savepath;
  • Once the folder is added to the MATLAB path, you should be able to run Clus-DoC functions
For more information on this , you can refer the Quick start section on this page https://github.com/PRNicovich/ClusDoC/blob/Clus-DoC/README.md
I hope this helps to resolve your query.

Venkat Siddarth Reddy
Venkat Siddarth Reddy on 16 Feb 2024
Edited: Venkat Siddarth Reddy on 16 Feb 2024
Hi Danielle,
You can execute the script either by changing the current directory to the downloaded GITHUB repository folder where 'ClusDoc.m' script is located, or you can add the downloaded folder and its corresponding subfolders to the MATLAB "search path" and execute it irrespective of the current directory location.
Refer to the following documentation to learn more about MATLAB search path :
I hope it helps!

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!