This is just to notify a small bug that I encountered. line(... 'Linestyle', '.') gives an error in the latest MATLAB version. Can be easily fixed by replacing it with
line(... 'Linestyle', 'none','Marker', '.') . See attached.This works also in earlier MATLAB versions.
This is true indeed, but easy to fix where necessary. Note that the GUI-version had an update for this in version 6.0 and in principle this version can be used in Command-Line mode too.
Thank you for your fast response. Indeed this is easy to fix. Will cl_matcont still be updated in future, or should it be possible to use matcont in full command-line mode? Is there some trick for that?
When I try to use cont for continuing an equilibrium in the GUI version, I get the pause/resume/stop window that is hard to close and the following error:
Struct contents reference from a non-struct array object.
Error in PRS (line 8)
if sys.gui.pausespecial==1 %pause at special points
Error in cont (line 642)
p = PRS(s.index,i,status);
Error in zafmatcont (line 16)
[resx1,resv1,ress1,resh1,resf1]=cont(@equilibrium,x0,[],opt);
thanks
Egbert
At present, there is an attempt to make a new GUI for the ODE-version. That version will in principle be a layer on top of the command-line computational core, similarly to the GUI for the version for maps. We will not be specific about a release date, but fall 2017 is a tentative time to go public.
Thank you very much. That seems a very useful update!