Menu

#9 cpl.m (cl_matcont5p4) gives error in MATLAB 2017a

v1.0_(example)
pending
nobody
None
5
2017-05-05
2017-05-02
No

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.

1 Attachments

Discussion

  • hilmeijer

    hilmeijer - 2017-05-02

    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.

     
  • Egbert van Nes

    Egbert van Nes - 2017-05-02

    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

     
  • hilmeijer

    hilmeijer - 2017-05-04

    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.

     
  • Egbert van Nes

    Egbert van Nes - 2017-05-05

    Thank you very much. That seems a very useful update!

     

Log in to post a comment.

Monday.com Logo