something useful

信息技术领域综述
本文全面概述了信息技术领域的多个细分技术领域,包括前端开发、后端开发、移动开发、游戏开发等,提供了每个领域的核心概念和技术栈,帮助读者深入了解信息技术领域的全貌。

http://www.slideshare.net/ 文档下载的网站

%windir%/system32/drivers/etc

66.249.89.104 code.google.com

209.85.225.101 sites.google.com

72.14.235.100 docs.google.com

72.14.235.100 spreadsheets.google.com

function varargout = guidefunc(action, varargin) %GUIDEFUNC Support function for GUIDE. Support layout and GUI FIG-file. % Copyright 1984-2013 The MathWorks, Inc. error(nargchk(1,inf,nargin, ‘struct’)); try switch action, case 'activateFigure' varargout = layoutActivate(varargin{:}); case 'activexControl' varargout = getActiveXControlList(varargin{:}); case 'activexSelect' varargout = selectActiveXControl; case 'applicationOptions' fig = varargin{1}; guideopts(fig, 'edit'); case 'configNewGobject' varargout = configNewGobject(varargin{:}); case 'changeparent' varargout = changeparent(varargin{:}); case 'copy' varargout = copyGobject(varargin{:}); case 'deleteFigure' varargout = deleteFigure(varargin{:}); case 'deleteGObject' varargout = deleteGobject(varargin{:}); case 'duplicate' varargout = duplicateGobject(varargin{:}); case 'editCallback' varargout = editCallback(varargin{:}); case 'export' varargout = layoutExport(varargin{:}); case 'getProperties' varargout = getProperties(varargin{:}); case 'helpGettingStarted' helpview([docroot '/techdoc/creating_guis/creating_guis.map'], 'guide_getting_started'); case 'helpLayingOutGUIs' helpview([docroot '/matlab/helptargets.map'], 'gui_layout'); case 'helpProgrammingGUIs' helpview([docroot '/techdoc/creating_guis/creating_guis.map'], 'guide_programming'); case 'helpExampleGUIs' helpview([docroot '/techdoc/creating_guis/creating_guis.map'], 'application_techniques'); case 'helpOnlineDemos' web('http://blogs.mathworks.com/videos/category/gui-or-guide/','-browser'); case 'move' varargout = moveGobject(varargin{:}); case 'moveToFront' moveGobjectOrder(varargin{:},'top'); case 'moveToBack' moveGobjectOrder(varargin{:},'bottom'); case 'moveForward' moveGobjectOrder(varargin{:},'up'); case 'moveBackward' moveGobjectOrder(varargin{:},'down'); case 'moveNForward' varargout = moveGobjectForward(varargin{:}); case 'moveNBackward' varargout = moveGobjectBackward(varargin{:}); case 'newGObject' varargout = createNewGobject(varargin{:}); case 'newFigure' varargout = createNewFigure(varargin{:}); case 'newLayout' varargout = createNewLayout(varargin{:}); case 'okToProceed' varargout = {okToProceed(varargin{:})}; case 'openFigure' varargout = openFigure(varargin{:}); case 'openCallbackEditor' varargout = openCallbackEditor(varargin{:}); case 'preload' preloadFigure(varargin{:}); case 'prepareProxy' varargout = prepareProxy(varargin{:}); case 'readFigure' varargout = readSavedFigure(varargin{:}); case 'resizeFigure' varargout = resizeFigure(varargin{:}); case 'save' varargout = layoutSave(varargin{:}); case 'saveAs' varargout = layoutSaveAs(varargin{:}); case 'setProperties' varargout = setProperties(varargin{:}); case 'snapshotFigure' varargout = snapshotFigure(varargin{:}); case 'showPropertyPage' varargout = showPropertyPage(varargin{:}); case 'showErrorDialog' varargout = showErrorDialog(varargin{:}); case 'syncWithObjects' varargout = syncWithObjects(varargin{:}); case 'GUIDE2ToolInterface' varargout = guide2tool(action, varargin{:}); case 'updateChildrenPosition' varargout = updateChildrenPosition(varargin{:}); case 'initLastValidTag' varargout = initLastValidTag(varargin{:}); case 'updateTag' varargout = updateTag(varargin{:}); case 'setOption' varargout = setOption(varargin{:}); end catch me % initialize varargout to something useful for i=1:nargout varargout{i} = []; end % show error dialog showErrorDialog(me ,'Unhandled internal error in guidefunc'); end它的错误是Error using guidefunc (line 6) Not enough input arguments. 代码修改一下
06-08
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值