octave-maintainers
[Top][All Lists]
Advanced

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

Help with {} construction rules


From: Rik
Subject: Help with {} construction rules
Date: Wed, 31 Dec 2014 08:19:18 -0800

12/30/14

Can someone run the following code under Matlab and send back the diary
file?  I believe that Matlab is checking every element for being empty and
discarding any it finds (https://savannah.gnu.org/bugs/?43113).

diary on
{1, 2 ; ; 3, 4}
{1, 2 ; [] ; 3, 4}
{1, 2 ; [], [] ; 3, 4}
{1, 2 ; [], [], []; 3, 4}
{1, 2 ; [], [], 5; 3, 4}
{1, 2 ; [], 5, [], 6; 3, 4}
{1, 2 ; [], 5, [], 6, 7; 3, 4}
{1, 2 ; {}; 3, 4}
{1, 2 ; {}, {}; 3, 4}
{1, 2 ; {}, {}, {}; 3, 4}
{1, 2 ; {}, {}, 5; 3, 4}
{1, 2 ; '', 5; 3, 4}
{1, 2 ; '', '', ''; 3, 4}
diary off

Thanks,
Rik




reply via email to

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