Takes two x domain and y domain arrays and forms X and Y 2D arrays, which are typically used to evaluate and plot functions of two variables. You must manually select the polymorphic instance to use.


icon

Inputs/Outputs

  • c1ddbl.png x domain

    x domain becomes the repeated row data in the output X.

  • c1ddbl.png y domain

    y domain becomes the repeated column data in the output Y.

  • i2ddbl.png X

    X is an N x M 2D array formed by creating N identical rows of x domain data, where N is the number of elements in y domain, and M is the number of elements in x domain.

  • i2ddbl.png Y

    Y is an N x M 2D array formed by creating M identical columns of y domain data, where N is the number of elements in y domain, and M is the number of elements in x domain.

  • ii32.png error

    error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Mathematics\Interpolation\2D Interpolation.vi