gridfile.remove
Remove data sources from a .grid file’s catalogue
Syntax
Description
obj.remove(s)obj.remove(sourceNames)
Removes the specified data sources from the gridfile.
obj.remove(-1)
Removes all data sources from the gridfile.
Input Arguments
s
logical vector [nSources] | vector, linear indices
The indices of the data sources that should be removed.
sourceNames
string vector
The names of the data sources that should be removed.