 Matlab / Mesh / fc_graphics4mesh toolbox
  Matlab / Mesh / fc_graphics4mesh toolbox  Snapshots
 Snapshots Some       demos
 Some       demos Current
release
 Current
release Tested     on
 Tested     on Installation
 Installation Manual
installation
 Manual
installation History
 History Old releases
 Old releases
 
 
 
                                           Matlab toolbox allows to display simplicial meshes or datas on simplicial meshes. A simplicial mesh
must be given by two arrays : the vertices array and the connectivity array.
 Matlab toolbox allows to display simplicial meshes or datas on simplicial meshes. A simplicial mesh
must be given by two arrays : the vertices array and the connectivity array. 
 Matlab / Mesh / fc_graphics4mesh/ Snapshots
  Matlab / Mesh / fc_graphics4mesh/ Snapshots
 Matlab / Mesh / fc_graphics4mesh/ demos
  Matlab / Mesh / fc_graphics4mesh/ demos
 Matlab / Mesh / fc_graphics4mesh/ Current development release
  Matlab / Mesh / fc_graphics4mesh/ Current development release| 
 | ||||
| Version | date | full archives | install | User guide | 
| 0.1.5 | December 21, 2022 | |||
 Matlab / Mesh / fc_graphics4mesh/ Tested on
  Matlab / Mesh / fc_graphics4mesh/ Tested onThis toolbox was only tested on Ubuntu 22.04.1 with Matlab R2022a.
 Matlab / Mesh / fc_graphics4mesh/ Installation
  Matlab / Mesh / fc_graphics4mesh/ InstallationFor this method, one just have to get/download the install file   mfc_graphics4mesh_install.m Thereafter,
one run it under Matlab. This command download, extract and configure the
  mfc_graphics4mesh_install.m Thereafter,
one run it under Matlab. This command download, extract and configure the  package and all the required
packages in the current directory.
 package and all the required
packages in the current directory.
   For example, to install this toolbox in ~/Matlab directory, one have to copy the file
mfc_graphics4mesh_install.m in the ~/Matlab directory. Then in a Matlab terminal run the following
commands 
Parts of the <fc-graphics4mesh> Matlab toolbox. Copyright (C) 2017-2022 F. Cuvelier 1- Downloading and extracting the toolboxes 2- Setting the <fc-graphics4mesh> toolbox Write in ~/Matlab/fc-graphics4mesh-full/fc_graphics4mesh-0.1.5/configure_loc.m ... 3- Using toolboxes : -> fc-tools : 0.0.34 -> fc-bench : 0.1.3 -> fc-amat : 0.1.3 -> fc-meshtools : 0.1.4 with fc-graphics4mesh : 0.1.5 *** Using instructions To use the <fc-graphics4mesh> toolbox: addpath(’~/Matlab/fc-graphics4mesh-full/fc_graphics4mesh-0.1.5’) fc_graphics4mesh.init() See ~/Matlab/mfc_graphics4mesh_set.m
~/Matlab/fc-graphics4mesh-full and, for each Matlab session, one have to set the toolbox by:
>> addpath(’~/Matlab/fc-graphics4mesh-full/fc_meshtools.0.1.5’) >> fc_graphics4mesh.init()
   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 /home/cuvelier/tmp/fc-graphics4mesh-full/fc_tools-0.0.34/configure_loc.m ... Try to use default parameters! Use fc_bench.configure to configure. Write in /home/cuvelier/tmp/fc-graphics4mesh-full/fc_bench-0.1.3/configure_loc.m ... Try to use default parameters! Use fc_amat.configure to configure. Write in /home/cuvelier/tmp/fc-graphics4mesh-full/fc_amat-0.1.3/configure_loc.m ... Try to use default parameters! Use fc_meshtools.configure to configure. Write in /home/cuvelier/tmp/fc-graphics4mesh-full/fc_meshtools-0.1.4/configure_loc.m ... Using fc_graphics4mesh[0.1.5] with fc_tools[0.0.34], fc_bench[0.1.3], fc_amat[0.1.3], fc_meshtools[0.1.4].
fc_meshtools.init() function is Using fc_graphics4mesh[0.1.5] with fc_tools[0.0.34], fc_bench[0.1.3], fc_amat[0.1.3], fc_meshtools[0.1.4].
For uninstalling, one just have to delete directory
~/Matlab/fc-graphics4mesh-full
 Manual installation
  Manual installationThis 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)
Downloads an archive and extract it on a folder, for example ~/Matlab. The toolbox path is
     ~/Matlab/mfc-graphics4mesh-0.1.5
                                                                                      
                                                                                      
     
Adds the toolbox path in Matlab with addpath command.
Verifies that the fc_tools, fc_bench, fc_amat and fc_meshtools toolboxes are in the Matlab path. Otherwise, adds it...
   To quickly test this toolbox , one can run one of the examples located in the directory
+fc_graphics4mesh/+demos. For example, runs 
 Matlab / Mesh / fc_graphics4mesh/ Version history
  Matlab / Mesh / fc_graphics4mesh/ Version history0.1.5 (December 21, 2022): .
0.1.3 (March 20, 2020): Minor bugs fixed.
0.1.2 (March 8, 2020): Using of the fc-tools package version 0.0.31.
0.1.1 (February 17, 2020): minor change in configure function. Using of the fc-tools toolbox version 0.0.30, the fc-meshtools toolbox version 0.1.3, ...
0.1.0 (January 29, 2020): use of fc-tools toolbox version 0.0.29 and the fc-meshtools toolbox version 0.1.2. Some changes in demos functions.
0.0.4 (March 22, 2019): use of fc-tools toolbox version 0.0.27 and the fc-meshtools toolbox version 0.1.0
0.0.2 (December 13, 2017): use of fc-tools toolbox version 0.0.19
0.0.1 (October 27, 2017): first version for Linux, Windows and Mac OS X.
 Matlab / Mesh / fc_graphics4mesh/ Old development releases
  Matlab / Mesh / fc_graphics4mesh/ Old development releases| 
 | ||||
| Version | date | archives | install | User’s Guide | 
| 0.1.3 | March 20, 2020 | |||
| 0.1.2 | March 8, 2020 | |||
| 0.1.1 | February 17, 2020 | |||
| 0.1.0 | January 29, 2020 | |||
| 0.0.4 | March 22, 2019 | |||
| 0.0.2 | December 13, 2017 | |||
| 0.0.1 | October 27, 2017 | |||