For example i have five arrays full of random variables like;
A = [1 5 9 6 3 5] B = [5 6 9 3 5 8] C = [7 4 1 2 5 4] D = [5 4 2 3 6 8] E = [7 8 5 9 6 2]
is there a way that i can obtain a function like
E = f(A,B,C,D) ?
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!