Rank: 2823 based on 15 downloads (last 30 days) and 1 file submitted
Personal Profile:
Professional Interests:
Numerical Mathematics, Discretization of PDEs, Characteristic and/or Mixed FEM

 

Watch this Author's files

 

Files Posted by LeFlaux
Updated   File Tags Downloads
(last 30 days)
Comments Rating
07 Nov 2011 Screenshot vtkpipe Pipe visualization data to vtk files. Author: LeFlaux vtk, visualization, data export, fem, quiver, trisurf 15 0
Comments and Ratings by LeFlaux View all
Updated File Comments Rating
11 Apr 2011 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice

Fabrice, thank you for your quick response. The flag was already set to YES. However, in the meantime I realized that doxygen works for private directories located in standard folders but not in class folders:

foo/private/stuff.m % works
foo/@myclass/stuff.m % works
foo/@myclass/private/stuff.m % won't appear in doxygen

Regards

25 Mar 2011 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice

Dear Fabrice,

thank you for this great and useful piece of software! Just one little question: I got directories named `private' in my Matlab-project. The documentation of .m files contained in such directories are not displayed. Any suggestions?

08 Dec 2010 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice

Just awesome! :) Thank You very much for this tool!

Note on m2cpp.pl: Linux users should change the first line to
#!/usr/bin/perl

23 Nov 2010 Sparse sub access This package allows to retrieve and assign values of sparse matrix in one shot. Author: Bruno Luong

Hey Bruno!

In my FE-Code the global matrices are assembled as usual in a loop over the elements, eg:

A(idx, idx) = A(idx, idx) + locA;

where idx defines a sub-matrix of A (eg idx = [3,1,4,12,7,10] and locA is 6x6). I translated this code to Your functions as follows using row and columns indexing:

[cidxs, ridxs] = meshgrid(idxs, idxs);
A = setsparse(A, ridxs(:), cidxs(:), locA(:), @plus);

Unfortunately, this is (little) more expensive than the original version. Do You have any suggestions how to shorten things above a little?

Thank you in anticipation for your support.

29 Sep 2009 cprintf - display formatted colored text in the Command Window Displays sprintf-formatted strings in the Command Window using the specified color/underline style Author: Yair Altman

This is a great little tool! Thank You!

Top Tags Applied by LeFlaux
quiver, data export, eye candy, fem, grid
Files Tagged by LeFlaux View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
07 Nov 2011 Screenshot vtkpipe Pipe visualization data to vtk files. Author: LeFlaux vtk, visualization, data export, fem, quiver, trisurf 15 0
12 Nov 2009 Screenshot quiver2.m v1.2 (Nov 2009) Same as QUIVER, QUIVER3 or FEATHER but with colored, normalized, widened and ARROW's! Author: Carlos Adrian Vargas Aguilera arrow, quiver, feather, quiver3, vector field 20 1
  • 5.0
5.0 | 1 rating

Contact us at files@mathworks.com