Divide

Description

Computes the quotient of the inputs. Type : polymorphic.

Warning : A new tensor is created for the output if you divide two arrays together.

 

Input parameters

 

 x : class, n-dimensional tensor (can be a scalar).
y : float, scalar (can be a tensor).

Output parameters

 

 x / y : class, the quotient of x and y.

Examples

All these examples 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 Accelerator library to run it).

Divide tensor with a scalar

Divide scalar with a tensor

Divide a tensor to another tensor

Table of Contents