• 2022-06-04
    MATLAB中,要绘制三维空间曲线,应该使用()函数
    A: polar
    B: plot
    C: subplot
    D: plot3
  • D

    内容

    • 0

      对应MATLAB提供的绘制平面曲线、离散杆图、三维曲线、三维网格曲线的函数为() A: plot,stem,mesh,plot3 B: plot,stem,plot3,mesh C: plot,hist,mesh,plot3 D: plot,hist,plot3,meshc

    • 1

      对应MATLAB提供的绘制平面曲线、离散序列、三维曲线、三维网格曲线、等高线图的函数为() A: plot,stem,mesh,plot3,surf B: plot,stem,plot3,mesh,contour C: plot,hist,mesh,plot3,contour D: plot,hist,plot3,meshc,contour

    • 2

      对应MATLAB提供的绘制平面曲线、离散序列、三维曲线、三维网格曲线、等高线图的函数为(<br/>) A: plot, stem, mesh, plot3, surf B: plot, stem, plot3, mesh, contour C: plot, hist, mesh, plot3, contour D: plot, hist, plot3, meshc, contour

    • 3

      对应MATLAB提供的绘制平面曲线、杆图、三维曲线、三维网格曲线、等高线图的函数为 A: plot, fill, mesh, plot3, contour B: plot, stem, mesh, plot3, surf C: plot, stairs, plot3, meshc, contour D: plot, stem, plot3, mesh, contour

    • 4

      2.MATLAB中绘制极坐标曲线的函数是哪一个? A: plot B: plot3 C: ezplot D: polar