This toolbox was tested under
| ||||
Version | date | archives | install | User’s Guide |
0.0.2 | December 13, 2017 | |||
For this method, one just have to get/download the install file (1 Ko) mfc_graphics4mesh_install.m
Thereafter, one run it under Matlab. This command download, extract and configure the fc-graphics4mesh and
the required fc-tools toolbox in the current directory.
For example, to install this toolbox in ~/Matlab/toolboxes directory, one have to copy the file mfc_graphics4mesh_install.m in the ~/Matlab/toolboxes directory. Then in a Matlab terminal run the following commands
>> cd ~/Matlab/toolboxes
>> mfc_graphics4mesh_install
Parts of the Matlab <fc-graphics4mesh> toolbox.
Copyright (C) 2016-2017 F. Cuvelier <cuvelier@math.univ-paris13.fr>
**************************************
Downloading and installing the toolbox
<fc-mesh>[0.0.1]
*************** start ****************
Parts of the <fc-mesh> Matlab toolbox.
Copyright (C) 2016-2017 F. Cuvelier <cuvelier@math.univ-paris13.fr>
1- Downloading and extracting the toolboxes
2- Setting the toolboxes
3- Using toolboxes :
-> fc-tools : 0.0.20
-> fc-graphics4mesh : 0.0.3
-> fc-mesh : 0.0.1
*** Using instructions
To use the <fc-mesh> toolbox:
addpath(’~/Matlab/toolboxes/fc-graphics4mesh-full/fc_mesh-0.0.1’)
fc_mesh.init()
See ~/Matlab/toolboxes/mfc_mesh_set.m
<fc-mesh>[0.0.1]: installed
**************** end *****************
*** Using instructions
To use the <fc-graphics4mesh> toolbox:
addpath(’~/Matlab/toolboxes/fc-graphics4mesh-full/fc_mesh-0.0.1’)
fc_mesh.init()
See ~/Matlab/toolboxes/mfc_graphics4mesh_set.m
>> addpath(’~/Matlab/toolboxes/fc-graphics4mesh-full/fc_mesh-0.0.1’)
>> fc_mesh.init()
For uninstalling, one just have to delete directory
~/Matlab/toolboxes/fc-graphics4mesh-full
This package uses the fc_mesh toolbox. So one has to install it as explain in the dedicated web page.
Thereafter, on the fc_graphics4mesh dedicated web page, one can found link to archives ( zip, 7z or tar.gz format)
To quickly test this toolbox , one can run one of the examples located in the directory mfc-graphics4mesh-0.0.1/+fc_graphics4mesh/+demos. For example, runs
>> fc_graphics4mesh.demos.plot2D()
>> fc_graphics4mesh.demos.alldemos()
| ||||
Version | date | archives | install | User’s Guide |
0.0.1 | October 27, 2017 | |||