To reduce the size of a program with repetitive parts, I want to make a loop. But I got the following problem:
for n=1:4
.
.
.
[A,B,C,D] = ['A002A_' num2str(n)] '_Filtre'(matrices{:});
.
.
end
??? Error: Unexpected MATLAB expression.
this line is to replace:
[A, B, C, D] = A002A_1_Filtre(matrices {:});
the loop is made on the position of the value 1