SSAGES icon indicating copy to clipboard operation
SSAGES copied to clipboard

How to generates a movie of the free energy surface estimate over time

Open lcsklearn opened this issue 3 years ago • 2 comments

Dear sir, When I am trying to generate a movie by the MATLAB script (movie.m) in SSAGES/Examples/User/Meta/ADP, an error occured as follow: Error using plot Line cannot be a child of Figure.

Error in Movie (line 47) p = plot(gcf, true); Also, there is something wrong with analysis.m.

Best wish

lcsklearn avatar Jun 15 '21 11:06 lcsklearn

The Movie.m script is designed to use PlotPub, which is why the script calls Plot() instead of plot() (MATLAB function). However, it may not work with more recent versions of PlotPub.

mquevill avatar Jun 16 '21 02:06 mquevill

Thank you for your help! Its true that the movie.m just generated a figure not a movie when I used plotpub. Also the resulted figure is different from that obtained from analysis.py. Best

发自我的iPhone

------------------ Original ------------------ From: Michael Quevillon @.> Date: Wed,Jun 16,2021 10:01 AM To: SSAGESproject/SSAGES @.> Cc: lcsklearn @.>, Author @.> Subject: Re: [SSAGESproject/SSAGES] How to generates a movie of the free energy surface estimate over time (#32)

lcsklearn avatar Jun 16 '21 03:06 lcsklearn