-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments about / errors in example: Template_DBar #3
Comments
I get the same error for other examples |
Based on this link: It seems the
So this seems to be a Linux issue. Something like this will fix this: if ispc
formatSpec='MPEG-4';
fileName='TBar_Animation.mp4';
else
formatSpec='Motion JPEG AVI';
fileName='TBar_Animation.avi';
end
animateTenseg(t,y,tData,time_loc,fileName,formatSpec,frameRate,AZ,EL,axLims); |
Thank you @Kevin-Mattheus-Moerman, I'll make the suggested change to the output time-step prompt. 0.01 is usually chosen as the output time-step to ensure higher accuracy. I'll also make the necessary changes as suggested about the VideoWriter format. Thank you for the GIBBON recommendation. I'll take a look. |
Fixed. Added OS check to animateTenseg.m and updated prompt message for output time-step. |
👍 |
About
Template_DBar.m
Enter output time-step:
, please can you add a suggested sensible time-step? E.g. rephrase it asEnter output time-step (e.g. 1):
I am using a 64-bit Ubuntu 18.04 machine with MATLAB R2018b.
The text was updated successfully, but these errors were encountered: