help-octave
[Top][All Lists]
Advanced

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

SV: union of cells


From: Peter J. Acklam
Subject: SV: union of cells
Date: Fri, 29 Sep 2006 14:59:56 +0200 (CEST)

> how do I get the union of two cells?
> 
> I mean:
> 
> A ={"abc",1,2,3}
> B ={"def",4,5,6}
> 
> union of A & B = {"abc",1,2,3,"def",4,5,6}

Exactly the same way as with any other kind of array:

[A B]

You'll save yourselves a lot of time if you read a text on basic Octave syntax. 
:-)

Peter

reply via email to

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