Dataset rmset: Difference between revisions
Jump to navigation
Jump to search
imported>Scott |
imported>Scott |
||
Line 11: | Line 11: | ||
===See Also=== | ===See Also=== | ||
[[dataset_subsasgn]], [[dataset_subsref]] | [[copydsfields]], [[dataset_subsasgn]], [[dataset_subsref]] |
Latest revision as of 08:29, 1 April 2013
Purpose
Removes a specific set from a DSO field.
Synopsis
- dsout = rmset(dsin,field,dim,set);
Description
The function will check to see the field is of type cell and that the dim/set exists then remove it. Any remaining sets will be shifted to appropriately to fill the removed cell. If there are sets in different dims that aren't empty then the set is just emptied along with corresponding dependencies and not shifted.
>> mydso = rmset(mydso,'axisscale',1,3)