help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about Github repository in Octave


From: Andreas Weber
Subject: Re: Question about Github repository in Octave
Date: Thu, 23 Jun 2022 08:12:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]