748 B

Function ifElse

Execute a conditional expression.

In case of a matrix or array, the test is done element wise, the true and false part can be either a matrix/array with the same size of the condition, or a scalar value.

Parameters

Parameter Type Description
condition Number | Boolean | String | Complex | BigNumber | Unit | Matrix | Array The conditional expression
trueExpr * The true expression
falseExpr * The false expression

Returns

Type Description
  • | The evaluated return expression