Welcome to our Support Center

Replace Subset

Description

Replaces an element or subarray in a n-dimensional array at the point you specify in index. Type : Polymorphic.

 

Input parameters

 

Β array : class, is the n-dimensional tensor in which you want to replace an element(s), row(s), column(s), or page(s).
index : array, specifies where the element, row, column or page is to be replaced in the table.
new subarrayΒ : class, the n-dimensional tensor that replaces an element, row, column, or page (same dimension as input “array“).

Output parameters

 

output arrayΒ : class, returns the n-dimensional tensor with the replaced element(s), row(s), column(s), or page(s).

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install PERRINE library to run it).

Table of Contents
Index