This is where navigation should be.

IOPERATOR - Apply inverse of operator

Usage

c=ioperator(Op,f);

Description

c=ioperator(Op,f) applies the inverse op the operator Op to the input signal f. The operator object Op must have been created using operatornew.

If f is a matrix, the transform will be applied along the columns of f. If f is an N-D array, the transform will be applied along the first non-singleton dimension.