SSAGESproject / SSAGES

Software Suite for Advanced General Ensemble Simulations
GNU General Public License v3.0
81 stars 28 forks source link

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

Open lcsklearn opened 3 years ago

lcsklearn commented 3 years ago

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

mquevill commented 3 years ago

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.

lcsklearn commented 3 years ago

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)