holo2D程序出错求助
holo2D文件运行出错,显示??? Error using ==> existThe first input to exist is a string.
Error in ==> textread at 161
if (exist(varargin{1}) ~= 2 | exist(fullfile(cd,varargin{1})) ~= 2) & ~isempty(which(varargin{1}))
Error in ==> holo2D at 12
H=textread (data_x,'%f',1024);V=textread (data_y,'%f',1024);H=H';V=V';
如何处理?拜托指点一下
页:
[1]