Navigation

Operators and Keywords

Function List:

C++ API

cstrcat.m File Reference


Functions

 warning ("off","Octave:empty-list-elements")
unwind_protect_cleanup warning (tmp.state,"Octave:empty-list-elements")
end_unwind_protect else error ("cstrcat: expecting arguments to character strings")
endif else print_usage ()
endif endfunction !assert (cstrcat("ab ","ab "),"ab ab ")%!assert(cstrcat(["ab "
 !assert ((strcmp(cstrcat("foo","bar"),"foobar")%!&&strcmp(cstrcat(["a";"bb"],["foo";"bar"]),["a foo";"bbbar"])))
!error cstrcat ()
!error cstrcat (1, 2)

Variables

function st
 cde

Function Documentation

!assert ( (strcmp(cstrcat("foo","bar"),"foobar")%!&&strcmp(cstrcat(["a";"bb"],["foo";"bar"]),["a foo";"bbbar"]))   ) 

Type Constraints

endif endfunction !assert ( cstrcat("ab ","ab ")  ,
"ab ab  
)

!error cstrcat ( ,
 
)

!error cstrcat (  ) 

end_unwind_protect else error ( "cstrcat: expecting arguments to character strings  ) 

endif else print_usage (  ) 

unwind_protect_cleanup warning ( tmp.  state,
"Octave:empty-list-elements"   
)

warning ( "off"  ,
"Octave:empty-list-elements"   
)


Variable Documentation

cde

Initial value:

 cstrcat (varargin)

  if (nargin > 0)

    if (iscellstr (varargin))

      unwind_protect
        tmp = warning ("query", "Octave:empty-list-elements")