Can someone explain how this line in the code works?
Afficher commentaires plus anciens
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 commentaires
darova
le 6 Avr 2020
What is fzero? Is it standard MATLAB function?
Ash matlab
le 6 Avr 2020
Star Strider
le 6 Avr 2020
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Univariate Discrete Distributions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!