You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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)
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 text was updated successfully, but these errors were encountered: