MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [求助]set()使用 (https://www.labfans.com/bbs/showthread.php?t=3367)

zthappy 2008-05-30 22:22

[求助]set()使用
 
在编界面的时候,用到下面语句
FigureHandle=figure('Visible','off');
set(FigureHandle,'Units','pixels','Position',[150 150 500 300],'Name','基于MATLAB管网计算软件',...
'Tag','Pipe Soft','FileName','MenuBar','none','NumberTitle','off','Resize','off',...
'windowstyle', 'normaf','Visible','off');
出现下面错误结果:
??? Error using ==> set
Invalid parameter/value pair arguments.

Error in ==> PipeSoft at 16
set(FigureHandle,'Units','pixels','Position',[150 150 500 300],'Name','基于MATLAB管网计算软件',...
请问错误在那,应该怎么修改,谢谢

kewin 2008-06-01 17:49

看看是不是因为汉字的问题


所有时间均为北京时间。现在的时间是 13:16

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.