vytvoreni zakladnich funkci plistxyz() a coordxyz()
[plist.git] / test_isplist.m
blobf105f4d5e046e9cc2af52be4a48f6c64f3c9f36a
1 echo on
3 plist.id = [1 2 3];
4 plist.coordxyz = [1 1 1; 2 2 2; 3 3 3];
6 plist2.id = [1 2 3 4];
7 plist2.coordxyz = [1 1 1];
9 plist3.id = 1;
10 plist3.coordxyz = [1 1];
12 plist3.id = 1;
13 plist3.coord = 1;
15 plist4 = 1;
17 isplist(plist)
18 isplist(plist2)
19 isplist(plist3)
20 isplist(plist4)