Software Listing of Author : "Per Bergstrdotam"
- AnimateLaTeX
- License: Shareware
- Price:


AnimateLaTeX generates .tex files for making animations in LaTeX. It makes use of functions in the animate package for LaTeX. The program is easy to use and an example is attached for illustration of the usage.
- Publisher: Per BergstrdoTAm
- Date Released: 09-02-2013
- Download Size: 1188 KB
- Download
- Platform: Matlab, Scripts
- IGES Toolbox
- License: Shareware
- Price:


Toolbox for working with IGES CAD-models in Matlab. The Matlab function 'iges2matlab' converts parameter data in IGES file into a Matlab object. Other functions in the toolbox do plots, transformations, projections. Non Windows user must first compile the source code. This is done in Matlab by running: makeIGESmex and the mex functions are compiled.
- Publisher: Per BergstrdoTAm
- Date Released: 06-01-2013
- Download Size: 102 KB
- Download
- Platform: Matlab, Scripts
- Iterative Closest Point Method
- License: Freeware
- Price: 0.00


ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points, data - matrix with data points, OUTPUT: R - rotation matrix and T - translation vector accordingly so newdata = R*data + T . newdata are transformed data points to fit model see help icp for more information
- Publisher: Per BergstrdoTAm
- Date Released: 27-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Iterative Closest Point Method, C++
- License: Freeware
- Price: 0.00


ICP - Iterative Closest Point algorithm, c++ implementation. Handles only points in R^3. Makes use of a kd-tree for closest-point search. ICP finds the transformation of points in data to fit points in model. Fit with respect to minimize a weighted sum of squares for distances between the data points and the corresponding closest model points.
- Publisher: Per BergstrdoTAm
- Date Released: 18-04-2013
- Download Size: 20 KB
- Download
- Platform: Matlab, Scripts
- LaTeX Manuscript Toolbox
- License: Freeware
- Price: 0.00


LatexManuscript collects system of LaTeX files into one LaTeX manuscript file, e.g. suitable for publishing papers in journals. The LaTeX files must be linked together by the 'input' command. The bibliography file must be a '.bbl' (obtained form bibtex) with the same file name and be in the same folder as the latex source. latexFindReplace searches through the LaTeX file system and replaces stated text strings. Comments will not be changed.
- Publisher: Per BergstrdoTAm
- Date Released: 12-02-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Plot 2D/3D region
- License: Shareware
- Price:


The program plots convex closed regions in 2D/3D. The region is a subset of R2 or R3 such that Ax>=b and lb<=x<=ub. It is also possible to plot points in the same plot. (See help plotregion for more documentation)
- Publisher: Per BergstrdoTAm
- Date Released: 02-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Test problem LP
- License: Freeware
- Price: 0.00


This is a program that generates a test problem for linear optimization with a sparse matrix. The test problem is of the kind min c'*x s.t. Aeq*x=beq lb<=x<=ub where lb is a zero vector and ub is greater then a zero vector so that the problem has a solution. The problem that generates is a minimum cost flow network problem. When the problem is generated the program will (if you want) show the graph of the problem. You call the program with the command [Aeq,beq,lb,ub,c]=simsys_sparse(m) where m is the number of rows you want Aeq to have. Before you change some variable in the program you have to choose m>=11. See the help-notes of each m-file.
- Publisher: Per BergstrdoTAm
- Date Released: 23-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
