Adapting functions of a downloaded repository (from GitHub) on Matlab

조회 수: 1 (최근 30일)
Rossi
Rossi 2021년 12월 11일
댓글: Walter Roberson 2021년 12월 12일
I have cloned a GitHub repo of a toolbox that works with Matlab. It has several subfolders and a main script. The guidelines tell to first adapt several of its functions (located in different subfolders) in Matlab and then run the main script. I don't know what it means and how to do it.
A beginner here; I totally appreciate your help.
  댓글 수: 2
Voss
Voss 2021년 12월 11일
I'm not a beginner here, and I don't know what that means.
"adapt" sounds like maybe the functions are not guaranteed to run in your version of MATLAB, and you may need to update them, but that is just a guess.
What happens if you just run the main script as it is?
Walter Roberson
Walter Roberson 2021년 12월 12일
Sometimes what is meant is that the code has hard-coded folder names or file names, and needs to be editted for use on your system. It would have been better if the code had centralized anything like that into one place so that there was only one place to edit.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Install Products에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by