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
