Properties of a video
Show older comments
See attached picture. Several issues.
1:The video is OK but as you see numbers along the axes are not included. How to fix that? Or how to remove all?
2: The grid is different along all three axes, why?
3: Documentation of VideoWriter writes about many properties of a videoclip, like FrameRate. Where in the code this can be used?
axis([-3 3 -2 2 0 3.5]);
axis equal
grid on
%rest of code not shown
testfilm=VideoWriter('eerstefilm.avi');
open(testfilm);
writeVideo(testfilm,film);
close(testfilm);

Accepted Answer
More Answers (2)
Weia Reinboud
on 14 Jan 2019
0 votes
Weia Reinboud
on 14 Jan 2019
3 Comments
Guillaume
on 14 Jan 2019
Please stop using answers for comments or questions. Use comment on this Answer or comment on this question
Has your original question been answered? If so, accept the answer. If not, clarify what the problem is.
If you've got another question then start a new question. And explain better what you want. If you want to change the location of the grid lines, then look at xticks and co. Also see the example: Add grid lines and Edit Placement
Weia Reinboud
on 14 Jan 2019
Weia Reinboud
on 14 Jan 2019
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!