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 years 前 | 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 years 前 | 2 个回答 | 0
