How to add text in video by using matlab?
2 views (last 30 days)
Show older comments
I need a basic example of using Text() in Matlab in order to add text in video Please tell me all steps so I can understand how it works
0 Comments
Answers (1)
Walter Roberson
on 21 Nov 2017
You already have code to do that, which you posted in https://www.mathworks.com/matlabcentral/answers/368268-how-to-fix-index-exceeds-matrix-dimensions-in-matlab
There are other ways to add text to a video that are better, such as using the Computer Vision Toolbox insertText routine, but the code you have already would be usable if you fixed the problem that you are trying to write out more text than you have available.
See Also
Categories
Find more on C4ISR 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!