error on embedImg2video function
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hi everyone' I am tring to embed my avi file by using this function in matlab but i got this error again and again.Can anyone tell me why this error come and how to solve this error?I am using R2012b version of matlab.
*Error using . Matrix dimensions must agree.
Error in linspace (line 27)
c = (d2 - d1).*(n1-1); % opposite signs may cause overflow
Error in embedImg2Video>embedImg2VideoDefs (line 313)
varargout{iArg}=transpose(linspace(inp(1: iCol), inp(end: iCol), iFrames));
Error in embedImg2Video (line 232)
[objPath, objAngle, objScale, objOpacity]=embedImg2VideoDefs(framesList,...
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!