图形标注过程中,添加标题时使用的命令为?
A: title
B: help
C: axis
D: xlabel
A: title
B: help
C: axis
D: xlabel
A
举一反三
内容
- 0
在图形中添加图例标注的命令是 A: title(x,y,’y=sin(x)’) B: xlabel(x,y,’y=sin(x)’) C: text(x,y,’y=sin(x)’) D: legend(x,y,’y=sin(x)’)
- 1
title函数为图形添加标题和坐标轴标签。( )
- 2
图形标题的 MATLAB命令为( ) A: 标题('字符串') B: title('字符串') C: A、B都对 D: A、B都不对
- 3
title函数用于给图形窗口添加标题。
- 4
下列函数中,可以为图表设置标题的是()。 A: xlim() B: xlabel() C: title() D: legend()