extract option from option list
In case the option occurs more than one time in the option list the first value that meets the type condition is returned.
Syntax
Input
option_list | Cell Array |
option_name | String |
option_default | default value |
option_type | class name or list of class names |
Output
value | option value |