中国大学MOOC: 绘制曲线的命令plot(X,’s’)中s是可选参数,以下哪项s不能指定
举一反三
- 绘制曲线的命令plot(X,’s’)中s是可选参数,以下哪项s不能指定 A: 颜色 B: 线型 C: 数据点形状 D: 坐标轴
- 中国大学MOOC: 在二维绘图函数plot(x, y, s)中,参数s是用来表示颜色或者线型的,问:下列哪个选择表示用绿色绘制曲线。
- plot函数绘制二维曲线,常用格式有: A: plot(x) B: plot(x, y) C: plot(x1, y1, x2, y2,…) D: plot(x, y, ‘s’)
- 绘制y=sinx的图像,应使用以下哪个命令( ) A: plot(x,sinx,’b’) B: plot(x,sin[x],’.’) C: plot(x,sin(x),’g’) D: fplot(x,sinx,’s’)
- 在二维绘图函数plot(x, y, s)中,参数s是用来表示颜色或者线型的,问:下列哪个选择表示用绿色绘制曲线。 A: 'r' B: ‘g’ C: 'y' D: 'm'