| ||||
Version | date | full archives | install | User guide |
0.1.4 | December 21, 2022 | |||
This toolbox was only tested on Ubuntu 22.04.1 with Matlab R2022a.
For this method, one just have to get/download the install file mfc_meshtools_install.m Thereafter, one
run it under Matlab. This command download, extract and configure the fc-meshtools and the required fc-tools
toolbox in the current directory.
For example, to install this toolbox in ~/Matlab
directory, one have to copy the file mfc_meshtools_install.m in
the ~/Matlab
directory. Then in a Matlab terminal run the following commands
Parts of the <fc-meshtools> Matlab toolbox. Copyright (C) 2018-2023 F. Cuvelier <cuvelier@math.univ-paris13.fr> 1- Downloading and extracting the toolboxes 2- Setting the <fc-meshtools> toolbox Write in ~/Matlab/fc-meshtools-full/fc_meshtools-0.1.4/configure_loc.m ... 3- Using toolboxes : -> fc-tools : 0.0.35 -> fc-bench : 0.1.3 -> fc-amat : 0.1.3 with fc-meshtools : 0.1.4 *** Using instructions To use the <fc-meshtools> toolbox: addpath(’~/Matlab/fc-meshtools-full/fc_meshtools-0.1.4’) fc_meshtools.init() See ~/Matlab/mfc_meshtools_set.m
~/Matlab/fc-meshtools-full
and, for each Matlab session, one have to set the toolbox by:
If it’s the first time the fc_meshtools.init()
function is used, then its output is
Try to use default parameters! Use fc_tools.configure to configure. Write in ~/Matlab/fc-meshtools-full/fc_tools-0.0.35/configure_loc.m ... Try to use default parameters! Use fc_bench.configure to configure. Write in ~/Matlab/fc-meshtools-full/fc_bench-0.1.3/configure_loc.m ... Try to use default parameters! Use fc_amat.configure to configure. Write in ~/Matlab/fc-meshtools-full/fc_amat-0.1.3/configure_loc.m ... Using fc_meshtools[0.1.4] with fc_tools[0.0.35], fc_bench[0.1.3], fc_amat[0.1.3].
fc_meshtools.init()
function is
For uninstalling, one just have to delete directory
~/Matlab/fc-meshtools-full
0.1.2 (January 3, 2020): change on installation/configuration files and use of the fc-amat package.
0.1.0 (March 22, 2019): first online version.
| ||||
Version | date | full archives | install | User guide |
0.1.2 | January 3, 2020 | |||
0.1.0 | March 22, 2019 | |||