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
Hello, when following the README in Turbmat-Tools-0.3.2, I tried changing the number of timesteps to run from 1 to 5, and received the following error:
Unrecognized function or variable 'avifile'.
Error in TurbTools/startVideo (line 1166)
x_video = avifile('output.avi');
Error in turbm_velocity2D (line 129)
x_video = TT.startVideo(x_figure);
This page intimates that avifile() was deprecated in 2012, but the suggested substitution of VideoWriter does not work.
Do you have any suggestions?
The text was updated successfully, but these errors were encountered:
Hello, when following the README in Turbmat-Tools-0.3.2, I tried changing the number of timesteps to run from 1 to 5, and received the following error:
Unrecognized function or variable 'avifile'.
Error in TurbTools/startVideo (line 1166)
x_video = avifile('output.avi');
Error in turbm_velocity2D (line 129)
x_video = TT.startVideo(x_figure);
This page intimates that avifile() was deprecated in 2012, but the suggested substitution of VideoWriter does not work.
Do you have any suggestions?
The text was updated successfully, but these errors were encountered: