fixed 2.m

This commit is contained in:
Filipriec
2025-10-02 15:38:38 +02:00
parent 20aa42808e
commit 2e4f04631a
2 changed files with 1 additions and 1 deletions

2
2.m
View File

@@ -2,7 +2,7 @@ clear all;
close all; close all;
A = zeros(5,10) A = zeros(5,10)
sum_col = zeros(10) sum_col = zeros(1,10)
for i=1:5; for i=1:5;
for j=1:10; for j=1:10;
b = j + (i-1)*(10) b = j + (i-1)*(10)

0
3.m Normal file
View File