view
查找注解
语法
说明
示例
创建注解
此示例说明如何以编程方式创建、修改和查看注解。
打开一个新模型。
open_system(new_system)
使用 Simulink.Annotation
函数创建一个具有默认属性的注解。
a = Simulink.Annotation(gcs,'This is an annotation.');
创建注解后,使用圆点表示法来设置属性值。例如,将 18 磅字体和黄色背景应用于注解。
a.FontSize = 18;
a.BackgroundColor = 'yellow';
要查看并短暂突出显示新注解,请使用 view
函数。
view(a)
输入参数
a
— 注解
Simulink.Annotation
对象
注解,指定为 Simulink.Annotation
对象。
版本历史记录
在 R2006a 之前推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)