[Matlab] Check if a var/file/dir exists
Source
Matlab Help for function exists()Syntax
IsExist = exist('name','kind');Code
IsFileExist = exist( filename, 'file' );
Interesting people find this blog boring; only boring people find this blog interesting ...
Posted by
YYC
at
6:44 PM
0
comments
Labels: Matlab