repo.or.cz
/
plist.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
vytvoreni zakladnich funkci plistxyz() a coordxyz()
[plist.git]
/
plistxy.m
blob
ff5291b5c00707ea77918e4420d9b2a0f37f5d2f
1
function plist = plistxy(id, x, y)
2
%%
3
%% create point list
4
%%
5
6
if nargin ~= 3
7
usage('plistxy(id, x, y)')
8
end
9
10
plist = plistxyz(id, x, y, nan);