plotting generates hidden figure
조회 수: 3 (최근 30일)
이전 댓글 표시
while plotting i have the following figure, which is hiden. What to do?

댓글 수: 3
Walter Roberson
2019년 9월 2일
Your graphics driver is a year out of date. Updating might help.
채택된 답변
Walter Roberson
2019년 9월 2일
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!