log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
pmhd
annotate extra codes/Lab21d.m @ 4:
aeccfa83c7a4
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Merge
author
Katerina <katkost@gmail.com>
date
Sat, 20 Apr 2013 13:03:57 +0100
parents
1c0f36c348d4
children
rev
line source
katkost@3
1
x2=[0 1 0 0 0 0 0 0];
katkost@3
2
X2=fft(x2,8);
katkost@3
3
plot(x2);
katkost@3
4