Home > mrg > MRG_metstation > mrg_met_test_string.m

mrg_met_test_string

PURPOSE ^

Routine called by mrg_met_control to check the string for real data

SYNOPSIS ^

function out = mrg_met_test_string(inp)

DESCRIPTION ^

 Routine called by mrg_met_control to check the string for real data

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function out = mrg_met_test_string(inp)
0002 % Routine called by mrg_met_control to check the string for real data
0003 
0004 % Version 2 modified BE 02 Sept 2011
0005 % Extended the length of the accepatble input string
0006 
0007 if length(inp) > 80;
0008     out = inp;
0009 else    
0010     out = false;
0011 end

Generated on Thu 29-May-2014 21:29:53 by m2html © 2005