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

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

[Octave-bug-tracker] [bug #29942] concatenating with an empty scalar giv


From: Jaroslav Hajek
Subject: [Octave-bug-tracker] [bug #29942] concatenating with an empty scalar gives an error
Date: Mon, 07 Jun 2010 12:11:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9

Follow-up Comment #17, bug #29942 (project octave):

Er, sorry. By "redo the same test" I meant again doing

t{1} = test_cat (@(x,y) [x,y]);
t{2} = test_cat (@(x,y) [x;y]);
t{3} = test_cat (@(x,y) [x;y;x]);
t{4} = test_cat (@(x,y) [x,y,x]);
t{5} = test_cat (@(x,y) horzcat (x, y));
t{6} = test_cat (@(x,y) vertcat (x, y));
t{7} = test_cat (@(x,y) cat (1, x, y));
t{8} = test_cat (@(x,y) cat (2, x, y));
t{9} = test_cat (@(x,y) cat (3, x, y));

t = cat (3, t{:});

save t.mat t 

and once again sending me the t.mat file.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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