摘要: 1. 判断是否存在指定的video_name, 若不存在,则在给定save_path下,新建一个video_name文件夹:1 sec_path = [save_path, video_name, '/'];2 if ~exist(sec_path,'file')3 mkdir([... 阅读全文
posted @ 2015-12-31 10:50 AHU-WangXiao 阅读(261) 评论(0) 推荐(0) 编辑