cropmat

crop arrays with axis-aligned minimum bounding box
ダウンロード: 1.7K
更新 2009/9/21

ライセンスの表示

Often I have to extract a subset of a two-dimensional array for further analysis. Usually I do this with logical indexing. But most often the problem with logical indexing is that I get a column vector which I then have to reshape or index into a new array.

cropmat solves this problem. The function crops a subset of an array based on the axis-aligned minimum bounding rectangle. One advantage is that you can perform the operation on several matrices (e.g. coordinate matrices generated by meshgrid) at one time. Moreover, cropmat works on arrays with an arbitrary number of dimensions.

引用

Wolfgang Schwanghart (2024). cropmat (https://www.mathworks.com/matlabcentral/fileexchange/25354-cropmat), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2009a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

changed name of the function from clipmat to cropmat.

1.0.0.0