log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
ishara
view signals/sigrep.m @ 1:
289445d368a7
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
import.
author
samer
date
Wed, 19 Dec 2012 22:46:05 +0000
parents
children
3f77126f7b5f
line wrap:
on
line source
function s=sigrep(n,x)
%s=sigarray(repmat(x,1,n));
s=take(n,sigconst(x));