
Matt J
Professional Interests: medical image processing, optimization algorithms PLEASE NOTE: I do not read email sent through my author page. Please post questions about FEX submissions in their respective Comments section.
Statistics
RANK
6
of 262,602
REPUTATION
24,890
CONTRIBUTIONS
218 Questions
9,683 Answers
ANSWER ACCEPTANCE
75.23%
VOTES RECEIVED
3,269
RANK
243 of 17,976
REPUTATION
5,600
AVERAGE RATING
4.90
CONTRIBUTIONS
34 Files
DOWNLOADS
306
ALL TIME DOWNLOADS
46864
RANK
of 113,612
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
3 Highlights
AVERAGE NO. OF LIKES
2
Content Feed
Submitted
Block transposition, permutation, and reshaping of arrays
Analogues for transpose(), reshape(), and permute() but where sub-blocks of the array are treated as scalar elements.
18 days ago | 3 downloads |
Submitted
spatialgraph2D
Creates a graph object with 2D spatial locations associated with the nodes
1 month ago | 3 downloads |

Submitted
Absolute Orientation - Horn's method
Solves weighted absolute orientation problem using Horn's quaternion-based method.
3 months ago | 41 downloads |
Submitted
Further tools for analyzing objects in N-dimensional images
A collection of tools to supplement bwpropfilt, bwareaopen, and the like.
3 months ago | 3 downloads |
Submitted
Tools for Processing Consecutive Repetitions in Vectors
A set of functions for labeling and manipulating groups of consecutively repeating elements in a vector.
3 months ago | 5 downloads |
Submitted
Convert linear functions to matrix form
Obtaining the matrix representing a given linear function
4 months ago | 2 downloads |
Submitted
Intersections of multiple 2D lines or line segments
Compute the intersection of a reference line (or line segment) with a polyshape boundary or with a batch of other line segments....
4 months ago | 7 downloads |

Submitted
PROB2MATRICES: A selective version of prob2struct
Obtains matrices for select parts of an optimization problem from problem-based description.
1 year ago | 1 download |
Submitted
Object-oriented tools for fitting conics and quadrics
A tool set for fitting various conics and quadric surfaces, e.g., ellipses, cylinders, spheres, planes, cones, and lines.
1 year ago | 29 downloads |

Submitted
3D Rotation about Shifted Axis
Computes/applies rotation about arbitrary 3D line.
1 year ago | 21 downloads |
Submitted
Analyze N-dimensional Convex Polyhedra
Find vertex or (in)equality forms of convex polyhedra in R^n (for n not super large). Also, compute their intersections and unio...
1 year ago | 24 downloads |

Submitted
N-dimensional sparse arrays
Creates an N-dimensional sparse array object, for arbitrary N.
1 year ago | 22 downloads |
Submitted
whosGPU
Provides WHOS-like output for gpuArray variables in the current workspace.
1 year ago | 1 download |
Submitted
Extract linearly independent subset of matrix columns
Loop-free code routine to find a maximal subset of linearly independent columns in a matrix
2 years ago | 14 downloads |
Submitted
Constrained minimum L1-norm solutions of linear equations
Finds least L1-norm solutions to linear equations C*x=d subject to linear and/or integer constraints.
2 years ago | 12 downloads |
Submitted
ndgridVecs
A more efficient substitute for ndgrid meant to help capitalize on implicit expansion.
2 years ago | 1 download |
Submitted
Find vertices in image of convex polygon
Estimates the corner points of a pixelated convex polygon having a known number of vertices.
2 years ago | 12 downloads |

Submitted
Structure fields to variables
Code writing tool for importing/exporting workspace variables to or from a struct.
3 years ago | 23 downloads |
Submitted
Separable Block-wise Operations
Efficiently performs separable operations (e.g., sum, mean,prod, min, max,...) on array sub-blocks
3 years ago | 14 downloads |
Submitted
gaussfitn
Fit N-dimensional scattered points with Gaussian+constant
4 years ago | 8 downloads |

Submitted
Quadratic minimization with norm constraint
Minimizes convex or non-convex quadratics subject to (in)equality constraint on norm(x)
5 years ago | 3 downloads |
Submitted
MAT2TILES: divide array into equal-sized sub-arrays
Splits an array of any dimension into cell array of equal sized chunks.
5 years ago | 26 downloads |
Submitted
IMRESIZEN: resize an N-dimensional array
An N-dimensional analog of the imresize() function
5 years ago | 5 downloads |
Submitted
Regular Control Point Interpolation Matrix with Boundary Conditions
Creates Toeplitz-like matrices representing interpolation operations with edge conditions.
6 years ago | 2 downloads |
Submitted
Memory-efficient anonymous functions
Obtain anonymous function clean of non-essential workspace variables
7 years ago | 1 download |
Submitted
Zero-Based Indexable Arrays (OOP Exercise)
Creates arrays whose indexing starts from zero instead of one.
11 years ago | 1 download |
Submitted
Whos
Variant of whos(). Gives memory in Kbytes and displays array dimensions even for 4D+ arrays.
11 years ago | 2 downloads |
Submitted
Matrix Products Expressed in Terms of Individual Operands
A class representing products of matrices, internally storing/manipulating them separately.
11 years ago | 1 download |
Submitted
Overloading SIZE for Array-like User-Defined Objects
A tool for OOP overloading of the size() method, imitating I/O conventions of MATLAB's native SIZE.
11 years ago | 1 download |
Submitted
Robust Sparse data types
Creates sparse array like MATLAB's built-in sparse type, but robust to certain bugs/errors.
12 years ago | 1 download |