Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@amoll-7NZ5i3 • Apr 10, 2010
Hi,
Even my final year project was video encryption using Matlab.
It has been long since I did that,but here are a few tips pointers you can follow.
1. Programming in any language can be learnt only by writing the code yourself, doing errors and correcting them!
So, try to write some small Matlab programs yourself.For example just opening a video and playing it.
2. Refer the demos provided in matlab. They will give you a fair amount of idea of how to program in Matlab and also about the things you can do in Matlab.
3. As far as I remember, I was able to open uncompressed video using matlab and that would be good enough for a project.
4.Refer <a href="https://www.mathworks.com" target="_blank" rel="nofollow noopener noreferrer">MathWorks - Makers of MATLAB and Simulink - MATLAB & Simulink</a> where you can find all the commands that you need. Trust me, with matlab you can do a lot of things with very less code π
5.Last but not theleast, there are many resources on the internet where you can find more resources and even the code snippets(like google code search)
Please reply if you need to know anything more...
Cheers
Amol -
@xseekerx-oHkxlm • Apr 27, 2010
thank you for your tips .. I really appreciate it