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?