IRIS Toolbox Reference Manual

minus

Remove entries from a database

Syntax

D = D - List

Input arguments

Output arguments

Description

This functino works the same way as the built-in function rmfield except it does not throw an error when some of the entries listed in List are not found in D.

Example