Next: , Previous: , Up: Octave Functions and Scripts   [Contents][Index]


5.91 return_checked_input

Function File: [retval] = return_checked_input (obj, val, prop, type)

Return value with validated input values according to value type date, char, numeric, and boolean or special treatment for scenario values. Used for storing correct field values for classes or structs. The function itself is divided into two parts: special attributes with taylor made validation checks are used for type ’special’, while a generic approach according to different types are performed in the second part.