FUNCTIONS

Function: strhconcat

Purpose

Horizontal concatenation of strings similar to symbolic horizontal concatenation. This function is used to replace symbolic horizontal concatenation for intermediate calculus (symbolic horizontal concatenation calls Maxima, so, needs a lot of CPU time).

Synopsis

  • [cc] = strhconcat(aa,bb)

See also: stradd, strmunus, strmult, strvconcat.


EXAMPLE
   strhconcat(['a','b';'1','2'],['1','2';'a','b'])