exist function check file
이전 댓글 표시
I am trying to use
checkfile = exist(inputdlg('Enter the name of the file you wish to analyze input with document type','File name',1),'file');
but it doesn't work
I also tried
filename = (inputdlg('Enter the name of the file you wish to analyze input with document type','File name',1);
exist = (filename,'file')
and that doesn't work either
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Language Fundamentals에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!