imslice

Selects and plots a cdata slice

現在この提出コンテンツをフォロー中です。

This function can be applied on any figure containing a graphical object having a 'cdata' property.

When the mouse is clicked on the object, a vertical (left button) or horizontal (right button) line marker appears over the object, and a new figure is opened, containing a plot of the selected slice. Closing this figure removes the marker.

Usage example:
>> figure; imagesc(randn(100));
>> colormap hot; imslice;

引用

Francois Bouffard (2026). imslice (https://jp.mathworks.com/matlabcentral/fileexchange/11845-imslice), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersInteractive Control and Callbacks についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

Fixed problem with slice markers not disappearing if user clicked too fast. General code cleanup. Clearer information in the slice figure. Previous/next slice feature using left/right click or arrow keypress in slice figure.