plotting generates hidden figure
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Moslem Uddin
el 2 de Sept. de 2019
Respondida: Walter Roberson
el 2 de Sept. de 2019
while plotting i have the following figure, which is hiden. What to do?
3 comentarios
Walter Roberson
el 2 de Sept. de 2019
Your graphics driver is a year out of date. Updating might help.
Respuesta aceptada
Walter Roberson
el 2 de Sept. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Graphics Performance en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!