Plot not showing line fully
Mostrar comentarios más antiguos
my plot does not show the line for certain areas. Any idea what the problem is?

4 comentarios
KSSV
el 20 de Oct. de 2020
May be they are NaN's. Check the data.
nnz(isnan(data))
Wht does it give?
steffen seligmann
el 20 de Oct. de 2020
steffen seligmann
el 20 de Oct. de 2020
Ameer Hamza
el 20 de Oct. de 2020
Can you attach the data in a .mat file?
Respuesta aceptada
Más respuestas (1)
Fangjun Jiang
el 20 de Oct. de 2020
Might it contain nan?
plot([1:3,nan,nan,4:6])
1 comentario
steffen seligmann
el 20 de Oct. de 2020
Categorías
Más información sobre Graphics Performance en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!