image thumbnail

updated 6 months ago

findNlargest by Mattias Karlsson

Finds the N largest values in the input. Very fast. (optimization, mathematics, mex)

findNlargest.m

image thumbnail

updated 6 months ago

findNsmallest by Mattias Karlsson

Finds the N smallest values in the input. Very fast. (mex, min, fast)

findNsmallest.m

image thumbnail

updated 1 year ago

Interface to a LBFGS solver by Arne Vagren

Matlab interface to a LBFGS-code for solving unconstrained minimization problems. (1norm, lbfgs, mex)

lbfgs(f,x0,options)

objective(x,varargin)

example.m

image thumbnail

updated 2 years ago

Simplifying mexfunctions by William Handler

I wrote a class to be included in the mexfunction file to make processing of mexfunction simpler. (mex, optimization)

image thumbnail

updated 2 years ago

Skipping Stone - An interplanetary space mission design tool by Rody Oldenhuis

An easy-to-use tool to optimize trajectories for interplanetary missions using swingby manoevres (trajectory, gui, space mission)

...

...

FindRealRoots(funfcn, a, b, n, vectorized, make_plot)

image thumbnail

updated 4 years ago

Image Processing Subset by Anthony Gabrielson

I have started to write a subset of the Image Processing toolbox. (signal processing, image processing, mex)

buildMex(filename, enblDbg)

image thumbnail

updated 5 years ago

Iterative Closest Point Method, C++ by Per Bergström

ICP fit points in data to the points in model. (c, icp, iterative closest poi...)

icpCpp(model,data,weights,randvec,sizerand,treeptr,iter)

icp_demo.m

kdtree.m

image thumbnail

updated 5 years ago

Tutorial: C mex matrix demo by Nick Clark

Index matrix in C like you would do in MATLAB! (array, guide, vectorize)

image thumbnail

updated 7 years ago

Automatic Rebase by Johannes Kissel

Partially solution for the problem with the discrepance between available and Matlab-used memory (optimization, rebase, dll)

Contact us