inputs.validation
- inputs.validation.nominal_c_v()
Function
nominal_c_v()- Returns:
c_v
- inputs.validation.validation_units()
VALIDATION_UNITS Returns a struct with the same fieldnames as the validation output struct, where each field is a char giving the units of that field. Units use LaTeX-compatible notation for use in the validation table. Note: percent is written as \%% (two backslashes + two percent signs in the MATLAB source string). MATLAB’s fprintf converts each \ to a single backslash and each %% to a single percent, writing % to the .tex file. LaTeX then renders % as the percent sign in text mode.
- inputs.validation.validation_inputs(mode)
Function
validation_inputs()- Parameters:
mode – mode
- Returns:
RM3_actual
Modules