Tool of the Week: Making Animations in Matlab
Once you've made a pretty plot in Matlab, making an animation might help you understand temporal phenomena. Making an animation is super easy in matlab, weither you're working with figures or images. There are two methods to do this, but the most robust is using the VideoWriter class. It's compatible with all versions of quicktime on both Mac and PC. Here's how you do it: 1)...Read More