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

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

[Octave-bug-tracker] [bug #34123] strtrim no longer trims multilevel cel


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #34123] strtrim no longer trims multilevel cell arrays in some cases
Date: Mon, 19 Sep 2011 12:36:57 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1

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

Rik, nice inference. Perhaps ML consistently treats cells of cells of strings
as cellstings?


>> x = deblank ({'123   ', {'456  '}})

x = 

    '123'    {1x1 cell}

>> length (x{2}{1})

ans =

     3


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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