Currently, the default behavior of valSubset is to return return the entire axis if selection{i} is not found.
(E.g. if you search for a value, say 100, that does not exist in the list of axis values, say [5,10,15], the selection will behave as a ":")
I'm changing this default behavior to return an error message if the queried value is not found.
Currently, the default behavior of valSubset is to return return the entire axis if selection{i} is not found.
(E.g. if you search for a value, say 100, that does not exist in the list of axis values, say [5,10,15], the selection will behave as a ":")
I'm changing this default behavior to return an error message if the queried value is not found.