immovie
古いコメントを表示
how to use "immovie" In the code
load can % can.avi
mov=immovie(330,map);
[m,n,c,f]=size(xz);
run it, matlab show that
??? Undefined function or variable 'map'.
Error in ==> canentropy at 3
mov=immovie(330,map);
how to I do
1 件のコメント
Walter Roberson
2012 年 4 月 30 日
The first parameter to immovie() must be an array of movie data. When you use the constant 330 there, you are implicitly asking for a single frame movie that is 1 pixel by 1 pixel of a color whose map index value is 330 (which would require that the map you pass in have at least 330 rows.)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Basic Display についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!