photo

Matt J


Last seen: Today 2010 年からアクティブ

Followers: 16   Following: 0

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.

統計

All
MATLAB Answers

302 質問
12,370 回答

File Exchange

39 ファイル

Cody

5 問題
33 解答

Discussions

9 ハイライト

ランク
6
of 301,116

評判
32,212

コントリビューション
302 質問
12,370 回答

回答採用率
78.81%

獲得投票数
4,283

ランク
201 of 21,174

評判
6,744

平均評価
4.90

コントリビューション
39 ファイル

ダウンロード
97

ALL TIME ダウンロード
55653

ランク
10,863
of 172,871

コントリビューション
5 問題
33 解答

スコア
598

バッジ数
7

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
9 ハイライト

平均いいねの数
3

  • Most Accepted 2025
  • Most Accepted 2024
  • Speed Demon
  • Creator
  • Editor's Pick
  • Personal Best Downloads Level 4
  • Community Group Solver
  • Commenter
  • Promoter
  • Leader
  • Solver
  • Most Accepted 2023

バッジを表示

Feeds

送信済み


Customized text modification buttons for the Matlab Editor
A pair of functions enabling simple, programmatic modification of Matlab Editor text. These can be used to make customized butto...

26日 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


arrayfun with scalar expansion
Version of arrayfun which allows argument arrays to have different sizes, so long as they are compatible for scalar expansion.

約1ヶ月 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


A class for successive matrix products
A class representing products of matrices, internally storing/manipulating them separately.

3ヶ月 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


Further tools for analyzing objects in N-dimensional images
A collection of tools to supplement bwpropfilt, bwareaopen, and the like.

8ヶ月 前 | ダウンロード 1 件 |

5.0 / 5

送信済み


Fit polyshape to objects in image
Given a 2D binary or label image of a number of objects, returns a "best-fit" polyshape to the boundaries of the objects.

8ヶ月 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Find vertices in image of convex polygon
Estimates the corner points of a pixelated convex polygon having a known number of vertices.

10ヶ月 前 | ダウンロード 2 件 |

5.0 / 5
Thumbnail

送信済み


N-dimensional sparse arrays
Creates an N-dimensional sparse array object, for arbitrary N.

約1年 前 | ダウンロード 7 件 |

4.8 / 5

送信済み


gaussfitn
Fit N-dimensional scattered points with Gaussian+constant

約1年 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

送信済み


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.

1年以上 前 | ダウンロード 1 件 |

5.0 / 5

送信済み


Array Concatenation with Implicit Expansion
Versions of cat(), horzcat(), and vertcat() that support implicit expansion

1年以上 前 | ダウンロード 2 件 |

5.0 / 5

送信済み


spatialgraph2D
Creates a graph object with 2D spatial locations associated with the nodes

2年弱 前 | ダウンロード 1 件 |

4.8 / 5
Thumbnail

送信済み


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.

2年弱 前 | ダウンロード 1 件 |

5.0 / 5

送信済み


ezplane
Plot an arbitrary 3D plane given its equation.

2年弱 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


Grids of tiled chart layouts
A tool for simplifying the creation of nested tiled layouts

2年弱 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Object-oriented tools to fit/plot conics and quadrics
A tool set for fitting and/or plotting various conics and quadric surfaces, e.g., ellipses, cylinders, spheres, planes, cones, a...

約2年 前 | ダウンロード 9 件 |

5.0 / 5
Thumbnail

送信済み


Tools for Processing Consecutive Repetitions in Vectors
A set of functions for labeling and manipulating groups of consecutively repeating elements in a vector.

約3年 前 | ダウンロード 1 件 |

5.0 / 5

送信済み


outputnames
Get a list of the output argument names of the currently executing function.

約3年 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Absolute Orientation - Horn's method
Solves weighted absolute orientation problem using Horn's quaternion-based method.

3年以上 前 | ダウンロード 5 件 |

4.9 / 5

送信済み


Convert linear functions to matrix form
Obtaining the matrix representing a given linear function

4年弱 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


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年弱 前 | ダウンロード 1 件 |

4.0 / 5
Thumbnail

送信済み


PROB2MATRICES: A selective version of prob2struct
Obtains matrices for select parts of an optimization problem from problem-based description.

4年以上 前 | ダウンロード 3 件 |

0.0 / 5

送信済み


3D Rotation about Shifted Axis
Computes/applies rotation about arbitrary 3D line.

5年弱 前 | ダウンロード 3 件 |

5.0 / 5

送信済み


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...

5年弱 前 | ダウンロード 16 件 |

5.0 / 5
Thumbnail

送信済み


whosGPU
Provides WHOS-like output for gpuArray variables in the current workspace.

5年弱 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Extract linearly independent subset of matrix columns
Loop-free code routine to find a maximal subset of linearly independent columns in a matrix

5年以上 前 | ダウンロード 5 件 |

5.0 / 5

送信済み


ndgridVecs
A more efficient substitute for ndgrid meant to help capitalize on implicit expansion.

6年弱 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Structure fields to variables
Code writing tool for importing/exporting workspace variables to or from a struct.

6年以上 前 | ダウンロード 1 件 |

4.8 / 5

送信済み


Separable Block-wise Operations
Efficiently performs separable operations (e.g., sum, mean,prod, min, max,...) on array sub-blocks

7年弱 前 | ダウンロード 3 件 |

5.0 / 5

送信済み


Quadratic minimization with norm constraint
Minimizes convex or non-convex quadratics subject to (in)equality constraint on norm(x)

8年以上 前 | ダウンロード 1 件 |

4.5 / 5

送信済み


MAT2TILES: divide array into equal-sized sub-arrays
Splits an array of any dimension into cell array of equal sized chunks.

8年以上 前 | ダウンロード 6 件 |

4.5 / 5

さらに読み込む