You can solve the equation using symbolic toolbox to get X and then substitute A into the obtained solution.
syms a x
eqn = a-10^(-0.761-1.328*x+0.283*x^2)==0
s = solve(eqn,x)
In the above equation substitute A.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!