fn_strcat

Contents

Syntax

str = fn_strcat(c)
str = fn_strcat(c,sep)
str = fn_strcat(c,left,sep,right)

Description

Concatenate strings in cell array c, adding the separator sep between
each element; c can also contain numbers, in which case they are
converted to strings.
If there are 4 arguments, left and right are put at the left and the
right of the final string.
If no input is requested, display the result.

Source

Thomas Deneux

Copyright 2015-2017