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

1 Ansicht (letzte 30 Tage)
Rossi
Rossi am 11 Dez. 2021
Kommentiert: Walter Roberson am 12 Dez. 2021
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 Kommentare
Voss
Voss am 11 Dez. 2021
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 am 12 Dez. 2021
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by