I have been trying to solve for n in the equation given below in matlab. All the rest of the values are known : H_obs = 1*61 vector, dhdx = 1*61 vector, a = 1*61 vector. All the values of all the vectors are known
a = (2*(10^-25)/(n+2))*((918*3.71)^n)*(H_obs.^(n+2))*(abs(dhdx).^(n-1))*dhdx;
Any tips on how to solve? TIA