fplot cutting off graph

6 views (last 30 days)
Scott Feltman
Scott Feltman on 2 Mar 2022
Commented: Scott Feltman on 3 Mar 2022
I'm trying to plot the solutions to a differential equation (it's to teach us about QSSA for model reduction.) Every single one of my other plots have worked perfectly fine, except for this one.
The graph gets cut out for some reason, despite all the other fplots of the differential equations working perfectly fine. I checked the equations to see if there was some boundary issue but I found nothing.
Anyone else run into an issue like this? I suspect it's an issue with fplot or with the symbolic equation.
  2 Comments
Walter Roberson
Walter Roberson on 3 Mar 2022
it thinks there is a discontinuity there. inf, nan, complex values might be present
Scott Feltman
Scott Feltman on 3 Mar 2022
Yes, I just looked at individual limits after the discontinuity and NaN appears for some reason. Thanks for the heads up

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!