Qurak

InterpolationOrder

ใช้งานได้

Option for specifying the order of interpolation

InterpolationOrder
Table[ListLinePlot[data, InterpolationOrder -> n], {n, {0, 1, 3}}] → {ListLinePlot[data, InterpolationOrder -> 0], ListLinePlot[data, InterpolationOrder -> 1], ListLinePlot[data, InterpolationOrder -> 3]}Table[Plot[Evaluate@Interpolation[data, InterpolationOrder -> n][x], {x, 0, 6}], {n, {0, 1, 3}}] → {-Graphics-, -Graphics-, -Graphics-}Table[ListLinePlot[data, InterpolationOrder -> order], {order, 0, 3}] → {ListLinePlot[data, InterpolationOrder -> 0], ListLinePlot[data, InterpolationOrder -> 1], ListLinePlot[data, InterpolationOrder -> 2], ListLinePlot[data, InterpolationOrder -> 3]}

หัวข้อ

ที่เกี่ยวข้อง

ฟังก์ชันทั้งหมด 6300 รายการ · ใช้สิ่งนี้จากไคลเอนต์ MCP