I used the code which I asked about here but added in the final loop the ani(ii)=getframe;
and after the loop
movie2avi(ani, 'orbeeit.avi', 'compression', 'None');
. instead of proper avi
I get a frozen smashed avi
(length 10 sec) which its only frame is this one . What am I doing wrong?
相关问题
- Extract matrix elements using a vector of column i
- How do you get R's null and residual deviance
- How to display an image represented by three matri
- OpenCV - Is there an implementation of marker base
- Avoid copying an array when using mexCallMATLAB
相关文章
- How do I append metadata to an image in Matlab?
- How can I write-protect the Matlab language?
- `std::sin` is wrong in the last bit
- Escape sequence to display apostrophe in MATLAB
- Vertical line fit using polyfit
- Reading .mat file using C: how to read cell-struct
- Is it possible to compare 3D images?
- How can I find row to all rows distance matrix bet
This problem is probably caused by Windows Vista (and newer) in conjunction with certain graphics drivers as described in this bug report.
You can change the
renderer
after you created the figure:Or