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

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

[Octave-bug-tracker] [bug #33533] strvcat Matlab compatibility issue


From: Arnaud Delorme
Subject: [Octave-bug-tracker] [bug #33533] strvcat Matlab compatibility issue
Date: Wed, 27 Jul 2011 22:55:24 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0.1) Gecko/20100101 Firefox/5.0.1

Follow-up Comment #2, bug #33533 (project octave):

In some case, one might want to concatenate all the entry in a cell array
whatever size the cell array might be. The code below would crash under Octave
but work under Matlab.

a = {};
strvcat(a{:})

this crashes under Octave but return '' under Matlab

Arno

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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