octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #33334] Concatenation cell strings and strings


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #33334] Concatenation cell strings and strings
Date: Wed, 18 May 2011 07:00:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

Follow-up Comment #6, bug #33334 (project octave):

I will not speculate about what you expected this time:

>> version

ans =

7.9.0.529 (R2009b)

>> ['s1', 's2', {'s3'}]

ans = 

    's1'    's2'    's3'

>> ['s1'; 's2'; {'s3'}]

ans = 

    's1'
    's2'
    's3'

>> ['s1', 's2'; {'s3'}]

ans = 

    's1s2'
    's3'

>> 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33334>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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