ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Functions | |
function | popKeyVal (in keys, in hashmap) |
Return the input hashmap while all cases of keys matching the input keys are deleted along with their corresponding values immediately appearing after the elements matching the input keys . More... | |
function popKeyVal | ( | in | keys, |
in | hashmap | ||
) |
Return the input hashmap
while all cases of keys matching the input keys
are deleted along with their corresponding values immediately appearing after the elements matching the input keys
.
[in] | keys | : The input MATLAB cell array of rank 1 containing the key(s) to search for in the input pair list. |
[in] | hashmap | : The input cell array of even number of elements containing the (key, val) pairs of the input hashmap in sequence as element of the cell array. |
keyval
: The output cell array of even number of elements containing the (key, val)
pairs of the keys in the input argument keys
.hashout
: The output cell array of even number of elements containing the (key, val)
pairs of the input hashmap
while all instances of keys matching the input keys
along with their values are deleted.
Possible calling interfaces ⛓
Example usage ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.