The
fc-tools Octave package contains some functions used in various packages I develop
:
fc-hypermesh,
fc-oogmsh,
fc-simesh,
fc-vfemp1...
Requirements
This package needs Octave version greater or equal to 4.2.0.
Current development release
|
|
|
|
|
|
Version | date | package | archives | pdf |
|
|
|
|
|
0.0.20 | December 28, 2017 | (43 Ko)
| | to do ! |
|
|
|
|
|
|
Installation of the fc-tools package
Uninstalling the fc-tools package
In an Octave session, unistalling the fc-tools package is done by :
>> pkg uninstall fc-tools
Installation from archives
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.20/fc_tools-0.0.20.tar.gz
$ tar zxvf fc_tools-0.0.20.tar.gz
fc_tools-0.0.20/
fc_tools-0.0.20/DESCRIPTION
fc_tools-0.0.20/COPYING
fc_tools-0.0.20/+fc_tools/
fc_tools-0.0.20/+fc_tools/init.m
...
fc_tools-0.0.20/+fc_tools/version.m
$
Then under Octave, one can use addpath command with the fc_tools-0.0.20 full path :
>> addpath(’<FULL PATH>/fc_tools-0.0.20’)
Old development releases
|
|
|
|
|
|
Version | date | package | archives | User’s Guide |
|
|
|
|
|
0.0.19 | December 8, 2017 | (43 Ko)
| | to do ! |
|
|
|
|
|
0.0.18 | November 4, 2017 | (42 Ko)
| | to do ! |
|
|
|
|
|
0.0.17 | January 16, 2017 | (39 Ko)
| | to do ! |
|
|
|
|
|
0.0.15 | January 4, 2017 | (33 Ko)
| | to do ! |
|
|
|
|
|
0.0.14 | December 16, 2016 | (17 Ko)
| | to do ! |
|
|
|
|
|
|