Can someone explain how this line in the code works?
Show older comments
Hello,
Can anyone explain how this works?
l_points(3,1)=-r/fzero('quintic', .1) - Ms/(Ml+Ms);
fzero and quintic are both functions. when it says fzero('quintic',0.1) does it mean that 0.1 should run in quintic?
Thanks
3 Comments
darova
on 6 Apr 2020
What is fzero? Is it standard MATLAB function?
Ash matlab
on 6 Apr 2020
Star Strider
on 6 Apr 2020
Accepted Answer
More Answers (0)
Categories
Find more on Univariate Discrete Distributions 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!