A collection of open matlab toolboxs
A toolbox for exporting figures from MATLAB to standard image and document formats nicely.
install:
git submodule add [email protected]:altmany/export_fig.git
In windows 10, the eps output needs xpdf package?
Matlab geometry toolbox for 2D/3D geometric computing
install:
git submodule add https://github.com/dlegland/matGeom.git
This repo is a collection of utility functions for figures in Matlab.
install:
git submodule add [email protected]:jooh/matlab-plotting.git
Read and write SEGY formatted files using Matlab/Octave http://segymat.sourceforge.net/
install:
git submodule add [email protected]:cultpenguin/segymat.git
matpcl is pure MATLAB code that allows interfacing with the Point Cloud Library (PCL) tools by reading and writing PCD format files.
gridfit: estimates a surface on a 2d grid, based on scattered data Replicates are allowed. All methods extrapolate to the grid boundaries. Gridfit uses a modified ridge estimator to generate the surface, where the bias is toward smoothness. Gridfit is not an interpolant. Its goal is a smooth surface that approximates your data, but allows you to control the amount of smoothing.
interparc: Distance based interpolation along a general curve in space
http://web.mit.edu/8.13/matlab/MatlabTraining_IAP_2012/AGV/DemoFiles/ScriptFiles/html/TOC.html
Image Processing library for Matlab, as a complement to the Image Processing Toolbox (IPT).
install:
git submodule add [email protected]:dlegland/matImage.git
iso2mesh - a 3D surface and volumetric mesh generator for MATLAB/Octave
install:
[email protected]:fangq/iso2mesh.git
MBeautifier is a Matlab source code formatter, beautifier. It can be used directly in the Matlab Editor and it is configurable.
install:
git submodule add [email protected]:davidvarga/MBeautifier.git