Re: Question about Github repository in Octave

Andreas Weber <[email protected]> Thu, 23 Jun 2022 08:12:30 +0200
Newsgroups gmane.comp.gnu.octave.general
Message-ID <[email protected]>
Hi Tate,

Am 23.06.22 um 03:17 schrieb Tate Altman:
> ..I have a github 
> repository for some functions to be used in Octave and am not sure how 
> to use them. I have a Macbook and have successfully installed gnu octave 
> through my terminal.
> 
> This is the repo: https://github.com/kb1dds/comphomalg 

Since it's only a bunch of .m files you can clone the repo (git clone 
https://github.com/kb1dds/comphomalg.git) or download the .zip and 
extract it and then use

addpath ("absolute path to repo")
in your scripts and then call the functions, for example "kernel".

-- Andy


----------
We are transitioning to a web based forum
for community help discussions at
https://octave.discourse.group/c/help