how can we display our real roots or points
Afficher commentaires plus anciens
>> f = @(x) x^3-3*x-1;
>> fplot(f, [-10 10]); grid on;
2 commentaires
Andrew Newell
le 3 Mar 2015
Do you want to find the roots or just change the display so you can see the crossings?
adriana resendez
le 3 Mar 2015
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Lighting, Transparency, and Shading 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!