| ||||
Version | date | full archives | install | User guide |
0.1.3 | December 19, 2022 | |||
This toolbox was only tested on Matlab 2022a under Ubuntu 22.04.1 LTS.
For this method, one just has to get/download the install file mfc_bench_install.m Thereafter, one runs it
under Matlab. This script downloads, extracts and configures the fc-bench and the required toolbox (fc-tools) in
the current directory.
For example, to install this toolbox in ~/Matlab/toolboxes
directory, one has to copy the file
mfc_bench_install.m in the ~/Matlab/toolboxes
directory. Then in a Matlab terminal run the following
commands
mfc_bench_install(’dir’,dirname)
where dirname is the installation directory (string).
There is the output of the mfc_bench_install() command on a Linux computer:
Parts of the <fc-bench> Matlab toolbox. Copyright (C) 2018-2023 F. Cuvelier 1- Downloading and extracting the toolboxes 2- Setting the <fc-bench> toolbox Write in ~/Matlab/toolboxes/fc-bench-full/fc_bench-0.1.3/configure_loc.m ... 3- Using toolboxes : -> fc-tools : 0.0.35 with fc-bench : 0.1.3 *** Using instructions To use the <fc-bench> toolbox: addpath(’~/Matlab/toolboxes/fc-bench-full/fc_bench-0.1.3’) fc_bench.init() See ~/Matlab/toolboxes/mfc_bench_set.m
The complete toolbox (i.e. with all the other needed toolboxes) is stored in the directory
~/Matlab/toolboxes/fc-bench-full
and, for each Matlab session, one have to set the toolbox by:
>> addpath(’~/Matlab/toolboxes/fc-bench-full/fc-bench-0.1.3’) >> fc_bench.init() Try to use default parameters! Use fc_tools.configure to configure. Write in ~/Matlab/toolboxes/fc-bench-full/fc_tools-0.0.35/configure_loc.m ... Using fc_bench[0.1.3] with fc_tools[0.0.35].
For uninstalling, one just has to delete directory
~/Matlab/toolboxes/fc-bench-full
Download one of full archives which contains all the needed toolboxes 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-bench-0.1.3-full.tar.gz and extract it in the ~/Matlab/toolboxes
directory:
wget http://www.math.univ-paris13.fr/~cuvelier/software/codes/Matlab/fc-bench/0.1.3/fc-bench-0.1.3-full.tar.gz tar zxf fc-bench-0.1.3-full.tar.gz -C ~/Matlab/toolboxes
For each Matlab session, one has to set the toolbox by adding paths of all packages:
>> addpath(’~/Matlab/toolboxes/fc-bench-0.1.3/fc_bench-0.1.3’) >> addpath(’~/Matlab/toolboxes/fc-bench-0.1.3/fc_tools-0.0.35’)
0.1.3 (December 18, 2022): upgrade fc_tools package.
0.1.2 (February 17, 2020): minor change in configure function.
0.1.1 (December 19, 2019): some changes in the code and addition of the options before and after to the bench function.
0.0.6 (March 6, 2019): Changing installation and configuration files.
0.0.5 (October 14, 2018): adding manual installation.
0.0.4 (May 21, 2018):
using of fc-tools toolbox version 0.0.23,
Adding ’dir’ option to the installation function mfc_bench_install,
Improving fc_bench.demos.permLU function to work with non-regular matrices.
0.0.3 (April 26, 2018):
using of fc-tools toolbox version 0.0.22.
Changing 2nd output of ’setfun’ functions for compatibility with Octave: array of bdata objects -> cell array bdata objects.
Modifying fc_bench.init() to display versions of the toolboxes used.
Adding functions fc_bench.info and fc_bench.path.
Adding function fc_bench.utils.fcpackagestr.
Adding function fc_bench.gitinfo() for code maintenace purpose.
0.0.2 (April 20, 2018): first version for Linux, Windows and Mac OS X.
| ||||
Version | date | full archives | install | User guide |
0.1.2 | February 17, 2020 | |||
0.1.1 | December 19, 2019 | |||
0.0.6 | March 6, 2019 | |||
0.0.5 | October 14, 2018 | |||
0.0.4 | May 21, 2018 | |||
| ||||
Version | date | archives | install | User’s Manual |
0.0.3 | April 26, 2018 | |||
0.0.2 | April 20, 2018 | |||