12、matlab软件中绘制图形中,坐标轴控制指令是()
A: text
B: axis
C: title
D: legend
A: text
B: axis
C: title
D: legend
B
举一反三
- 13、matlab软件中绘制图形时,创立多个独立图形窗口的命令是() A: subplot B: figure C: legend D: title
- 图形标注过程中,添加注释时使用的命令为? A: text B: legend C: title D: axis
- 在Matlab中画图时,如果要设定图形的名称,应使用哪个命令: A: text B: title C: label D: legend
- 设置坐标轴范围,用以下哪个函数 A: axis B: legend C: text D: gtest
- 下列语句表示MATLAB保持当前图形和坐标轴的指令的是( ) A: axis on B: grid on C: box on D: hold on
内容
- 0
给图形添加标题的命令函数是( )。 A: title B: xlabel C: text D: legend
- 1
下列函数中,可以设置当前图形x轴范围的是()。 A: xlabel() B: xlim() C: title() D: legend()
- 2
在图形指定位置添加文本说明的命令函数是 A: title B: legend C: text D: grid
- 3
16、在绘制好的图形上(0,0)位置添加"原点"标注的命令是:() A: title('原点') B: legend('原点') C: text(0,0,'原点') D: gtext('原点')
- 4
Matplotlib中为图像设置标题可以使用函数( ) A: legend() B: yticks() C: title() D: text()