Qurak

InterpolationOrder

Disponible

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]}

Thèmes

Connexes

Les 6300 fonctions · Utiliser ceci depuis un client MCP