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 21:41:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

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

Matlab has its mysterious ways.  Here is the latest:


>> version

ans =

7.9.0.529 (R2009b)

>> ['s1', {[1,1]}]

ans = 

    's1'    [1x2 double]

>> [{[1,1]}, 's1']

ans = 

    [1x2 double]    's1'

>> 

    _______________________________________________________

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]