How to install Clus-DoC

2 次查看(过去 30 天)
Danielle
Danielle 2024-2-16
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

回答(2 个)

Anjaneyulu Bairi
Anjaneyulu Bairi 2024-2-16
编辑:Anjaneyulu Bairi 2024-2-16
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 2024-2-16
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!

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by