How do I solve this equation for x given a value of z and y?
Show older comments
z = (10.^(-15).*x.^(3).*exp((x.^2).^(-1)/4).*y.^(-1)).^(1/5)
Is there a way to numerically solve this equation for x given specific values of z and y? I am having trouble imputing the syntax and getting it to run correctly.
Accepted Answer
More Answers (0)
Categories
Find more on Function Creation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!