Borrar filtros
Borrar filtros

How to install Clus-DoC

2 visualizaciones (últimos 30 días)
Danielle
Danielle el 16 de Feb. de 2024
Editada: Venkat Siddarth Reddy el 16 de Feb. de 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

Respuestas (2)

Anjaneyulu Bairi
Anjaneyulu Bairi el 16 de Feb. de 2024
Editada: Anjaneyulu Bairi el 16 de Feb. de 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 el 16 de Feb. de 2024
Editada: Venkat Siddarth Reddy el 16 de Feb. de 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!

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by