diff --git a/ТЕМА1/Prog1.m b/ТЕМА1/Prog1.m new file mode 100644 index 0000000..b3606c8 --- /dev/null +++ b/ТЕМА1/Prog1.m @@ -0,0 +1,6 @@ +D1=D(3,5) +D2=D(3,4:end) +D3=D(2:3,3:5) +D4=D(16:20) +D5=D(3:4,[1,3,6]) +