Skip to content

Commit

Permalink
Update kinematic_bicycle_open.m
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmendes authored Jul 30, 2021
1 parent 648f0b4 commit 3e70656
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kinematic_bicycle_open.m
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,12 @@ function animation(data)
er = [XT YT]+err;

figure
set(gcf,'Position',[270 140 640 360 ])
% set(gcf,'Position',[50 50 1280 720]) % YouTube: 720p
% set(gcf,'Position',[50 50 854 480]) % YouTube: 480p
set(gcf,'Position',[50 50 640 640]) % Social

% Create and open video writer object
v = VideoWriter('Kinematic_bicycle_open.avi');
v = VideoWriter('Kinematic_bicycle_open.mp4','MPEG-4');
v.Quality = 100;
open(v);

Expand Down

0 comments on commit 3e70656

Please sign in to comment.