octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help with {} construction rules


From: Julien Bect
Subject: Re: Help with {} construction rules
Date: Wed, 31 Dec 2014 18:04:17 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Le 31/12/2014 18:02, Rik a écrit :
Is this also true for empty cell elements, the tests at the bottom of my list?

{ {}, {}, {} }
{1, 2; {}; 3, 4}

>> { {}, {}, {} }

ans =

    {}    {}    {}

>> {1, 2; {}; 3, 4}
Error using vertcat
CAT arguments dimensions are not consistent.



reply via email to

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