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 domain

    domain becomes the repeated row data in the output X.

  • i2ddbl.png X

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

  • i2ddbl.png Y

    Y is an N x N 2D array formed by creating N identical columns of domain data, where N is the number of elements in 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