Hi everybody!
here is my problem
I have two matix 3rows x 120cols (foto1 and foto2).
I need to plot this function (axes a, b, y)
y=exp(-disab/100);
knowing that:
disab=((va(1,1)-vb(1,1))^2+(va(1,2)-vb(1,2))^2+(va(1,3)-vb(1,3))^2);
where va and vb are two vector 1x3:
va=[foto1(3,a-1)...