You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have a 2D system of ODEs and I am trying to plot the nullclines to then vary my model parameters and plot the effects based on the Zero-crossing events tutorial.
Based on the current parameter set, I have three steady states (nullclines are verified using XPP but I digress). My goal is to plot multiple nullclines as a parameter (or parameters) vary to see what my model does. I have currently gotten through the portion where the nullclines are plotted but based on the settings, my figure only gives the directional field and sort of white space where my nullclines should be and the KeyError 'EP' (meaning end point I would assume based on AUTO literature). I'm not sure if because I am setting [2] at the end of the fp_coord() function is working, and depending on the model parameter(s) that is(are) varied, I may get only one intersection by the nullclines as opposed to three (I want to plot this as well). I also want to extend my nullclines slightly into the negative by changing the domains of A1 and A2, but then I get a math domain error (although in some circumstances, my nullclines do slope into the negatives, so I would also be interested in fixing this.)
Any assistance would be fantastic. Thanks so much. You will find my code attached.
Hello. I have a 2D system of ODEs and I am trying to plot the nullclines to then vary my model parameters and plot the effects based on the Zero-crossing events tutorial.
Based on the current parameter set, I have three steady states (nullclines are verified using XPP but I digress). My goal is to plot multiple nullclines as a parameter (or parameters) vary to see what my model does. I have currently gotten through the portion where the nullclines are plotted but based on the settings, my figure only gives the directional field and sort of white space where my nullclines should be and the KeyError 'EP' (meaning end point I would assume based on AUTO literature). I'm not sure if because I am setting [2] at the end of the fp_coord() function is working, and depending on the model parameter(s) that is(are) varied, I may get only one intersection by the nullclines as opposed to three (I want to plot this as well). I also want to extend my nullclines slightly into the negative by changing the domains of A1 and A2, but then I get a math domain error (although in some circumstances, my nullclines do slope into the negatives, so I would also be interested in fixing this.)
Any assistance would be fantastic. Thanks so much. You will find my code attached.
The text was updated successfully, but these errors were encountered: