필터 지우기
필터 지우기

How to install Clus-DoC

조회 수: 2 (최근 30일)
Danielle
Danielle 2024년 2월 16일
편집: Venkat Siddarth Reddy 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일
편집: 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