plotting generates hidden figure
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Moslem Uddin
le 2 Sep 2019
Réponse apportée : Walter Roberson
le 2 Sep 2019
while plotting i have the following figure, which is hiden. What to do?

3 commentaires
Walter Roberson
le 2 Sep 2019
Your graphics driver is a year out of date. Updating might help.
Réponse acceptée
Walter Roberson
le 2 Sep 2019
Instead of using
fplot(pl_f, [0 10])
use
fplot(real(pl_f), [0 10])
Due to round-off, there are small imaginary quantities that fplot thinks are leading to discontinuities.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!