This package needs Octave version greater or equal to 6.0.0.
| |||||
Version | date | package | archives | install | User guide |
0.0.34 | December 21, 2022 | ||||
Download the packages. For example, in a terminal:
$ wget http://www.math.univ-paris13.fr/~cuvelier/software/codes/Octave/fc-tools/0.0.34/fc-tools-0.0.34.tar.gz
Under Octave :
>> warning(’off’,’Octave:shadowed-function’) >> pkg install fc-tools-0.0.34.tar.gz
Now to use fc-tools in any Octave session, it is necessary to load the package:
>> warning(’off’,’Octave:shadowed-function’) >> pkg load fc-tools >> fc_tools.init()
Thereafter, one can try some package functions
>> S=fc_tools.sys.getCPUinfo()
In an Octave session, unistalling the fc-tools package is done by:
>> pkg uninstall fc-tools
The archives are proposed in three formats zip, 7z and tar.gz. These archives are not Octave packages and cannot be installed with pkg command. The installation process follows:
Download one of the archives
Uncompress the archive
Add path to Octave
For example, with the tar.gz file, downloading and uncompressing are done by
$ wget http://www.math.univ-paris13.fr/~cuvelier/software/codes/Octave/fc-tools/0.0.34/fc_tools-0.0.33.tar.gz $ tar zxvf fc_tools-0.0.34.tar.gz fc_tools-0.0.34/ fc_tools-0.0.34/DESCRIPTION fc_tools-0.0.34/COPYING fc_tools-0.0.34/+fc_tools/ fc_tools-0.0.34/+fc_tools/init.m ... $
Then under Octave, one can use addpath command with the fc_tools-0.0.34 full path:
>> addpath(’<FULL PATH>/fc_tools-0.0.34’)
0.0.34 (January 1, 2023): Adding user manual (not complete) and some functions in
fc_tools.graphics.xcolor
submodule.
0.0.31 (March 20, 2020): Minor bugs fixed.
0.0.30 (February 13, 2020): Adding fc_tools.graphics.monitors
submodule.
0.0.29 (December 6, 2019):
0.0.27 (March 22, 2018): modifying installation procedure and fc_tools.utils.strversion2num
function, adding fc_tools.comp.dispobject
and fc_tools.comp.infoobject
0.0.25 (March 7, 2019): Some improvement
0.0.23 (May 14, 2018):
Minor internal changes.
0.0.22 (April 26, 2018):
Modifying fc_tools.init() to display version of the package used.
Adding functions fc_tools.info and fc_tools.path.
Adding function fc_tools.gitinfo() and fc_tools.git.* for code maintenace purpose.
...
| |||||
Version | date | package | archives | install | User guide |
0.0.34 | January 1, 2023 | ||||
0.0.31 | March 20, 2020 | ||||
0.0.30 | February 13, 2020 | ||||
0.0.29 | December 6, 2019 | ||||
0.0.27 | March 22, 2019 | ||||
0.0.25 | March 6, 2019 | ||||
0.0.23 | May 14, 2018 | ||||
| ||||
Version | date | package | archives | User’s Guide |
0.0.22 | April 22, 2018 | to do! |
||
0.0.21 | April 11, 2018 | to do! |
||
0.0.20 | December 28, 2017 | to do! |
||
0.0.19 | December 8, 2017 | to do! |
||
0.0.18 | November 4, 2017 | to do! |
||
0.0.17 | January 16, 2017 | to do! |
||
0.0.15 | January 4, 2017 | to do! |
||
0.0.14 | December 16, 2016 | to do! |
||