SSAGES
SSAGES copied to clipboard
How to generates a movie of the free energy surface estimate over time
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
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.
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)