Feeds
답변 있음
use a variable name with VideoWriter
fileName = inputdlg('Input File Name'); fileName = strcat(fileName,'.avi'); if ~ischar(fileName); a = 'not ch...
use a variable name with VideoWriter
fileName = inputdlg('Input File Name'); fileName = strcat(fileName,'.avi'); if ~ischar(fileName); a = 'not ch...
거의 8년 전 | 0
질문
use a variable name with VideoWriter
I am trying to create a program to create videos from images. I would like to use inputdlg to create a variable file name. I c...
거의 8년 전 | 답변 수: 2 | 0
