VideoReader.m and read.m in MATLAB 64 bit
古いコメントを表示
read function is crashing at line 91 even after updating line 91
if( ~isempty(obj.NumberOfFrames) )
with
if( ~isempty(obj(1).NumberOfFrames) )
Another piece of information: I have MATLAB 32 bit in another computer. I brought both functions from 32 bit into 64 bit, and the reader is still crashing.
this is certainly a bug in 64 bit. has anyone the solution for this??? thanks!
2 件のコメント
Walter Roberson
2012 年 11 月 13 日
For certainty, please indicte the error message.
Mario Trevino
2012 年 11 月 13 日
採用された回答
その他の回答 (1 件)
Mario Trevino
2012 年 11 月 13 日
0 投票
1 件のコメント
Walter Roberson
2012 年 11 月 13 日
Hasn't been a "Walt" in my family for at least 4-5 generations. There is reason to expect that the name was used in full by our family back to the early 12th century.
カテゴリ
ヘルプ センター および File Exchange で Programming についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!