Navigation

Operators and Keywords

Function List:

C++ API

strncmpi.m File Reference


Functions

else print_usage ()
endif endfunction !assert (strncmpi("abc123","ABC456", 3), logical(1))

Variables

function retval

Function Documentation

endif endfunction !assert ( strncmpi("abc123","ABC456", 3)  ,
logical(1)   
)

else print_usage (  ) 


Variable Documentation

function retval

Initial value:

 strncmpi (s1, s2, n)

  if (nargin == 3)


    retval = strncmp (lower (s1), lower (s2), n)