annotation()
函数
(1) annotation(annotation_type)
以指定的对象类型,使用默认属性值建立注释对象。
(2) annotation(‘line’,x,y)
建立从 x 到 y 的线注释对象。
(3) annotation(‘arrow’,x,y)
建立从 x 到 y 的箭头注释对象。
(4) annotation(‘doublearrow’,x,y)
建立从 x 到 y 的双箭头注释对象。
(5) annotation(‘textarrow’,x,y)
建立从 x 到 y 的带文本框的箭头注释对象。
(6) annotation(‘textbox’,[x y w h])
建立文本框注释对象,左下角坐标(x,y),宽w,高h.
(7) annotation(‘ellipse’,[x y w h])
建立椭圆形注释对象。
(8) annotation(‘rectangle’,[x y w h])
建立矩形注释对象。
(9) annotation(figure_handle,…)
在句柄值为figure_handle的图形窗口建立注释对象。
annotation(…,‘PropertyName’,PropertyValue,…)
建立并设置注释对象的属性。
(11) anno_obj_handle = annotation(…)
返回注释对象的句柄值。
(12) annotation(‘arrow’,x,y) %
建立从 x 到 y 的箭头注释对象。