diff --git a/ТЕМА1/2 b/ТЕМА1/2 new file mode 100644 index 0000000..7a16906 --- /dev/null +++ b/ТЕМА1/2 @@ -0,0 +1,52 @@ +# Created by Octave 10.3.0, Wed Feb 11 21:26:47 2026 UTC +# name: C +# type: double_range +# base, limit, increment +4 27 1 + + +# name: D +# type: matrix +# rows: 4 +# columns: 6 + 4 8 12 16 20 24 + 5 9 13 17 21 25 + 6 10 14 18 22 26 + 7 11 15 19 23 27 + + +# name: D1 +# type: scalar +22 + + +# name: D2 +# type: matrix +# rows: 1 +# columns: 3 + 18 22 26 + + +# name: D3 +# type: matrix +# rows: 2 +# columns: 3 + 13 17 21 + 14 18 22 + + +# name: D4 +# type: matrix +# rows: 1 +# columns: 5 + 19 20 21 22 23 + + +# name: D5 +# type: matrix +# rows: 2 +# columns: 3 + 6 14 26 + 7 15 27 + + diff --git a/ТЕМА1/Prog1.m.m b/ТЕМА1/Prog1.m similarity index 98% rename from ТЕМА1/Prog1.m.m rename to ТЕМА1/Prog1.m index b3606c8..3089023 100644 --- a/ТЕМА1/Prog1.m.m +++ b/ТЕМА1/Prog1.m @@ -3,4 +3,3 @@ D2=D(3,4:end) D3=D(2:3,3:5) D4=D(16:20) D5=D(3:4,[1,3,6]) - diff --git a/ТЕМА1/point12.2.png b/ТЕМА1/point12.2.png new file mode 100644 index 0000000..c253a4f Binary files /dev/null and b/ТЕМА1/point12.2.png differ diff --git a/ТЕМА1/point12.png b/ТЕМА1/point12.png new file mode 100644 index 0000000..344154a Binary files /dev/null and b/ТЕМА1/point12.png differ diff --git a/ТЕМА1/report.md b/ТЕМА1/report.md index 286f169..48f8ae7 100644 --- a/ТЕМА1/report.md +++ b/ТЕМА1/report.md @@ -475,8 +475,16 @@ D(3,5)>=20> ##12 Изучение роботы с текстовым редактором среды +Создаем сценарий с выполнением команд пункта 9 +![Скриншот выбора текущей папки](point12.png) + +Результат выполнения сценария + +![Скриншот выбора текущей папки](point12.2.png) ##13 Сохранение области переменных в файл +Сохраняем область переменных матриц A и B + ![Скриншот выбора текущей папки](point13.png) \ No newline at end of file