Dataset rmset: Difference between revisions

From EVRI Test Wiki 02192024
Jump to navigation Jump to search
imported>Scott
(New page: ===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...)
(No difference)

Revision as of 16:21, 8 September 2009

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)


See Also

dataset_subsasgn, dataset_subsref