| ||||
Version | date | full archives | install | User guide |
0.1.3 | December 19, 2022 | |||
This toolbox was only tested on Ubuntu 22.04.1 with Matlab R2022a.
For this method, one just has to get/download the install file mfc_amat_install.m Thereafter, one runs it
under Matlab. This script downloads, extracts and configures the fc-amat and the required toolboxes (fc-tools
and fc-bench) in the current directory.
For example, to install this toolbox in ~/Matlab/toolboxes
directory, one has to copy the file
mfc_amat_install.m in the ~/Matlab/toolboxes
directory by using previous link. For example, in a Linux
terminal, we can do:
cd ~/Matlab/toolboxes HTTP=http://www.math.univ-paris13.fr/~cuvelier/software/codes/Matlab wget $HTTP/fc-amat/0.1.3/mfc_amat_install.m
mfc_amat_install(’dir’,dirname)
where dirname is the installation directory (string).
There is the output of the mfc_amat_install() command on a Linux computer:
Parts of the <fc-amat> Matlab toolbox. Copyright (C) 2018-2023 F. Cuvelier 1- Downloading and extracting the toolboxes 2- Setting the <fc-amat> toolbox Write in ~/Matlab/toolboxes/fc-amat-full/fc_amat-0.1.3/configure_loc.m ... 3- Using toolboxes : -> fc-tools : 0.0.35 -> fc-bench : 0.1.3 *** Using instructions To use the <fc-amat> toolbox: addpath(’~/Matlab/toolboxes/fc-amat-full/fc_amat-0.1.3’) fc_amat.init() See ~/Matlab/toolboxes/mfc_amat_set.m
The complete toolbox (i.e. with all the other needed toolboxes) is stored in the directory
~/Matlab/toolboxes/fc-amat-full
and, for each Matlab session, one have to set the toolbox by:
If it’s the first time the fc_amat.init()
function is used, then its output is
Try to use default parameters! Use fc_tools.configure to configure. Write in ~/Matlab/toolboxes/fc-amat-full/fc_tools-0.0.35/configure_loc.m ... Try to use default parameters! Use fc_bench.configure to configure. Write in ~/Matlab/toolboxes/fc-amat-full/fc_bench-0.1.3/configure_loc.m ... Using fc_amat[0.1.3] with fc_tools[0.0.35], fc_bench[0.1.3].
fc_amat.init()
function is
For uninstalling, one just has to delete directory
~/Matlab/toolboxes/fc-amat-full
Download one of full archives which contains all the needed toolboxes (fc-amat, fc-tools and fc-bench).
Extract the archive in a folder.
Set Matlab path by adding path of the needed toolboxes.
For example under Linux, to install this toolbox in ~/Matlab/toolboxes
directory, one can download
fc-amat-0.1.3-full.tar.gz and extract it in the ~/Matlab/toolboxes
directory:
HTTP=http://www.math.univ-paris13.fr/~cuvelier/software/codes/Matlab wget $HTTP/fc-amat/0.1.3/fc-amat-0.1.3-full.tar.gz tar zxf fc-amat-0.1.3-full.tar.gz -C ~/Matlab/packages
>> addpath(’~/Matlab/toolboxes/fc_amat-0.1.3’) >> addpath(’~/Matlab/toolboxes/fc_tools-0.0.35’) >> addpath(’~/Matlab/toolboxes/fc_bench-0.1.3’)
0.1.3 (December 19, 2022):
0.1.1 (January 2, 2020): using fc-bench package version 0.1.1.
0.0.3 (March 9, 2019): Modifying installation and configuration files.
0.0.2 (September 17, 2018): first online version.
| ||||
Version | date | full archives | install | User guide |
0.1.2 | February 17, 2020 | |||
0.1.1 | January 2, 2020 | |||
0.0.3 | March 9, 2018 | |||
0.0.2 | September 17, 2018 | |||