log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
ishara
annotate sequences/append.m @ 0:
672052bd81f8
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Initial partial import.
author
samer
date
Wed, 19 Dec 2012 22:38:28 +0000
parents
children
rev
line source
samer@0
1
function x=append(varargin), x=concat(celldata(varargin));
samer@0
2
% append - Append one or more sequences
samer@0
3
%
samer@0
4
% append :: seq A, seq A -> seq A.
samer@0
5
% append :: seq A, seq A, ... -> seq A.
samer@0
6
%
samer@0
7
% etc.