octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strcat behavior


From: c.
Subject: Re: strcat behavior
Date: Tue, 10 Sep 2013 09:57:35 +0200

On 10 Sep 2013, at 02:59, Rik <address@hidden> wrote:

> the concatenation?  Is this undocumented Matlab behavior?
> 
> As an example,
> 
> strcat ([97.123], "bc")
>  => "abc"

that behaviour seems compatible with matlab:

>> strcat ([97.123], 'bc')

ans =

abc

>> version

ans =

7.5.0.338 (R2007b)

>> 

c.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]