Data Points Given in Two Vectors - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Tasks : Plots : Data Points Given in Two Vectors

Plot a Set of Data Points Given by Two Vectors

Description

Plot a set of data points defined by two vectors.

Enter the first vector of data points.

V11.1,1.9,2.2,2.4,2.5,3.2,4.0

V1:=1.11.92.22.42.53.24.0

(1)

Enter the second vector of data points.

V20,0.1,0.2,0.3,0.2,0.5,0.7

V2:=00.10.20.30.20.50.7

(2)

Plot the data points.

plot([seq(V1i,V2i,i=1..LinearAlgebraDimensionV1)])

Commands Used

<>, LinearAlgebra[Dimension], plot, seq

See Also

plot3d, type/procedure, Vector