how to find point of intersection of two curves
2 views (last 30 days)
Show older comments
x = 0:1:1200;
y1 = (6871)*x.^(-1);
y2 = 1.5*log(x)-3.417;
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!