机械振动_加州大学_University of California_Chapter_5_Two-Dimensional_Plots.docVIP

  • 6
  • 0
  • 约1.42万字
  • 约 17页
  • 2016-12-18 发布于江苏
  • 举报

机械振动_加州大学_University of California_Chapter_5_Two-Dimensional_Plots.doc

Chapter 5 Two-Dimensional Plots THE PLOT COMMAND To create two-dimensional plots plot(x,y) The arguments x and y are each a vector (one-dimensional array). Both vectors must have the same number of elements. When the plot command is executed a figure is created in the Figure Window. The curve is constructed of straight-line segments that connect the points whose coordinates are defined by the element of the vectors x and y. The figure that is created has axes with linear scale and default range. For example, x = [1 2 3 5 7 7.5 8 10]; y = [2 6.5 7 7 5.5 4 6 8]; plot(x,y) The plot ap

文档评论(0)

1亿VIP精品文档

相关文档