フィルターのクリア

what is axes_handle in matlab

4 ビュー (過去 30 日間)
Ruhi
Ruhi 2013 年 4 月 25 日
what is the meaning of the following line of code?
image(I,parent,axes_handle);

回答 (1 件)

Andreas Goser
Andreas Goser 2013 年 4 月 25 日
The elements of MATLAB figures (AKA handle graphics) or of diffent types. E.g. a figure with two subplots typically has two axes. All thos elements have handles to identify them. In your code you need the "number" of the axes - the handle.
If you have just one axes, you can use the GCA command.
Note that the syntax of MATLAB's built-in function is:
image(x,y,C,'PropertyName',PropertyValue,...)
  1 件のコメント
Jan
Jan 2013 年 4 月 25 日
@Ruhi: This is also explained exhaustively in the Getting Started chapters of the documentation. It is a good strategy to read them, because you cannot handle such a powerful language as Matlab without it.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by