From: Indrani on
I am new to Matlab. I have to solve the following equation
a = x*exp(-(y-sqrt((1.4732e-046)/z)*b)/(1.6067e-020))

x, y, z are unknown
a and b has 6 values each which are

a = [2.35*10^-13; 2.504*10^-11; 3.06*10^-11; 4.45*10^-11; 5.46*10^-11; 5.8*10^-11];
b = [1.23*10^4; 1.39*10^4; 1.65*10^4; 1.77*10^4; 1.88*10^4; 1.98*10^4];

When I used solve function, I am getting the following result
Warning: 1 equations in 3 variables. New variables might be introduced.
> In solve>mupadSolve at 203
In solve at 93
In prob1 at 11
S =
x: [1x1 sym]
y: [1x1 sym]
z: [1x1 sym]

I think there is some other way to get the solution. I would really appreciate if someone can help me in getting the numerical solution for x , y and z.

Thank you
 | 
Pages: 1
Prev: cell2mat function
Next: Plotting a For end loop