LinkedMontage

バージョン 1.0.0 (99.7 KB) 作成者: Nir Gutman
A tight Montage that also links the images with linkaxes()
ダウンロード: 6
更新 2020/10/10

# LinkedMontage
A tight Montage that also links the images with linkaxes()

----

call:
```MATLAB
[SubPlotHandleArray, options] = LinkedMontage( ImCell, TitleStrArray, options )
```

---

This function plots multiple images side by side like montage(),
but does it using subplot that are conneced with linkaxes() function. This
allows user to zoom into images and move around, while all images move together.
Function also returns the handles to all the subplots, so user can change properties later.

---

## Inputs:
* **ImCell**: Cell array of images to plot.
* **TitleStrArray**: optional. String array of names to each image. Must be of size of input ImCell.
* **options**: Name-Value Pairs. All optional.

* **FigureHandle**: Figure Handle on which the montage will be plotted.
* **LinkedAxes**: "on" (default) , "off".
* **Layout**: Number of rows and columns of images, specified as a 2-element vector of the
form [nrows ncols]. If you specify NaN or Inf for a particular dimension,
LinkedMontage calculates the value of the dimension to display all images
in the montage. For example, if 'Size' is [2 NaN], then the montage will have
two rows and the minimum number of columns to display all images.
Defaults to [2 , inf].
* **ImageRelativeSize**: A positive number LessOreEual to 1. Defaults to 1. The size of each indevidual image, where 1 fills the figure entirely.

## Output:
* **SubPlotHandleArray**: Array of axes objects. Each corresponds to the input image with the same index.
* **options**: The same as input options. Returns the configurations that the function used.

引用

Nir Gutman (2024). LinkedMontage (https://github.com/NGBigField/LinkedMontage/releases/tag/1.0.0), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2019b
R2016a 以降 R2020b 以前と互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

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

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。