|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
fig=openfig(guislider,'reuse')
运行这条语句总是出现下面的错误!
Warning: Inputs must be character arrays or cell arrays of strings.
> In D:\MATLAB6p5\toolbox\matlab\iofun\fileparts.m at line 32
In D:\MATLAB6p5\toolbox\matlab\graphics\openfig.m at line 53
??? Error using ==> load
Unable to read file d.fig: file does not exist.
Error in ==> D:\MATLAB6p5\toolbox\matlab\iofun\hgload.m
On line 45 ==> fileVars = load(filename,'-mat');
Error in ==> D:\MATLAB6p5\toolbox\matlab\graphics\openfig.m
On line 89 ==> [figs, oldvis] = hgload(filename, struct('Visible','off'));
为什么?那位高手指点一下!!! |
|