91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 683KB
    文件類(lèi)型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-06-16
  • 語(yǔ)言: Matlab
  • 標(biāo)簽:

資源簡(jiǎn)介

一個(gè)經(jīng)典的MATLABgui界面的例子 這是一個(gè)相當(dāng)好用的程序

資源截圖

代碼片段和文件信息

function??varargout?=?ArcSimulationSoft(?varargin?)
%?this?module?open?the?soft?.

%??February?2004
%??$Revision:?1.00?$??


if?(nargin?==?0)?|?isstruct(?varargin{1}?)?????%??LAUNCH?GUI
????
????if?nargin?==?1
????????ArcSimulationData?=?varargin{1}?;
????else
????????ArcSimulationData?=?[]?;
????end
????
????
????%?find?if?have?the?same?figure?and?close?it?.
????OldFigure?=?findobj(?‘type‘?‘figure‘?‘Tag‘?‘ArcSimulationSoft‘?)?;
????if?ishandle(?OldFigure?)
????????close(?OldFigure?)?;
????end
????

????%?generate?a?new?figure?.
????FigureHandle?=?figure(?‘Visible‘?‘off‘?)?;
????set(?FigureHandle?‘Units‘??‘pixels‘?‘Position‘?[150?150?500?300]?...
????????‘Name‘?‘電弧爐對(duì)電網(wǎng)影響仿真軟件‘?...
????????‘Tag‘?‘ArcSimulationSoft‘?...
????????‘FileName‘??‘‘?...
????????‘MenuBar‘??‘none‘?...
????????‘Numbertitle‘??‘off‘?...
????????‘Resize‘?‘off‘?...
????????‘windowstyle‘?‘normal‘?...
????????‘Visible‘?‘off‘?)?;
????
????%?generate?the?menu?.
????generate_MenuContent(?FigureHandle?)?;
????
????%?generate?the?uicontrols?.
????generate_FigureContent(?FigureHandle?)?;
?????
????%?save?the?ArcSimulationData?.
????setappdata(?FigureHandle?‘ArcSimulationData‘?ArcSimulationData?)?;
????
????%?display?the?figure?.
????movegui(?FigureHandle?‘center‘?)?;
????set(?FigureHandle?‘Visible‘?‘on‘?)?;

????%?init?the?data?.
????init_FigureContent(?FigureHandle?)?;
????
????
????if?nargout?>?0
????????varargout{1}?=?FigureHandle;
????end
????
elseif?ischar(varargin{1})?%?INVOKE?NAMED?SUBFUNCTION?OR?CALLBACK
????
????global??SET_DEBUG_VALUE_IN_SIMULATOR?;
????if?isempty(?SET_DEBUG_VALUE_IN_SIMULATOR?)?|?~isnumeric(?SET_DEBUG_VALUE_IN_SIMULATOR?)
????????SET_DEBUG_VALUE_IN_SIMULATOR?=?0?;
????else
????end
????
????if??SET_DEBUG_VALUE_IN_SIMULATOR?==?1?;?
????????
????????if?(nargout)
????????????[varargout{1:nargout}]?=?feval(varargin{:});?%?FEVAL?switchyard
????????else
????????????feval(varargin{:});?%?FEVAL?switchyard
????????end?????????????
????????
????else????????
????????
????????try
????????????if?(nargout)
????????????????[varargout{1:nargout}]?=?feval(varargin{:});?%?FEVAL?switchyard
????????????else
????????????????feval(varargin{:});?%?FEVAL?switchyard
????????????end
????????catch????????????
????????????disp(lasterr);
????????end
????????
????end

????
end

%?------------------------------------------------------------
function??generate_MenuContent(?FigureHandle?)?;


%?generate?the?file?menu?.
%?------------------------------------------------------------
MenuHandle?=?uimenu(?‘Parent‘?FigureHandle?‘Label‘?‘文件(&F)‘?)?;

%?define?the?parameters?of?the?menus?.
MenuLabel?=?{?‘打開(kāi)(&O)‘;?‘退出(&E)‘?}?;

%?add?Polygon?at?2003.10.13?.
MenuTag?=?{?‘MenuOpenHistory‘;?‘MenuClose‘?}?;
MenuCallback?=?{?...
????[‘ArcSimulationSoft(?‘‘MenuOpenHistory_Callback‘‘?gcbf)‘];?...
????[‘close?all;‘]?}?;
SeparatorGroup?=?{?‘off‘;?‘on‘?}?;

%?generate?the?

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件?????429871??2004-10-04?13:00??經(jīng)典例子\ArcSimulationhelp.pdf

?????文件??????16154??2004-10-04?13:05??經(jīng)典例子\ArcSimulationSoft.m

?????文件???????7499??2004-03-15?19:45??經(jīng)典例子\ArcSoftDemo.m

?????文件???????3893??2004-03-15?19:55??經(jīng)典例子\CalculateEquation.m

?????文件??????29740??2004-10-04?13:06??經(jīng)典例子\CalculateStatusEquation.m

?????文件???????2381??2004-03-14?01:47??經(jīng)典例子\CalculateXPCoefficient.m

?????文件?????207014??2004-02-10?00:29??經(jīng)典例子\CircuitDiagram.bmp

?????文件???????9096??2004-03-14?03:56??經(jīng)典例子\Data.mat

?????文件???????7992??2004-03-14?00:22??經(jīng)典例子\DisplayEquationABMatrix.m

?????文件??????19394??2006-05-18?10:48??經(jīng)典例子\DisplayFFTResult.m

?????文件??????29159??2006-05-18?10:47??經(jīng)典例子\DisplayResult.m

?????文件???????2457??2004-03-03?12:25??經(jīng)典例子\DisplayStatusEquation.m

?????文件??????27105??2004-10-04?13:06??經(jīng)典例子\EditParameter.m

?????文件??????32872??2000-02-04?05:25??經(jīng)典例子\FigureMenuBar.fig

?????文件??????74008??2000-02-04?05:25??經(jīng)典例子\FigureToolBar.fig

?????文件???????9386??2004-03-14?12:17??經(jīng)典例子\GetDefaultArcParameter.m

?????文件????8369032??2004-03-15?17:23??經(jīng)典例子\ImageData.mat

?????文件????????850??2004-03-15?17:23??經(jīng)典例子\ImagesToframe.m

?????文件?????600294??2004-02-10?00:26??經(jīng)典例子\MainCircuitFormula.bmp

?????文件??????20480??2003-12-20?14:57??經(jīng)典例子\mexrun.dll

?????文件??????13793??2004-10-04?13:06??經(jīng)典例子\SimulateFigure.m

?????文件???????1736??2004-03-15?19:54??經(jīng)典例子\SimulateModule.m

?????文件?????123320??2004-03-15?21:04??經(jīng)典例子\SimulationResult.fig

????..A.SH.?????10240??2005-05-21?19:25??經(jīng)典例子\Thumbs.db

?????文件?????477942??2004-02-10?01:00??經(jīng)典例子\UndeePicture.bmp

?????文件???????1026??2004-03-14?01:38??經(jīng)典例子\xp.m

?????目錄??????????0??2006-05-18?10:50??經(jīng)典例子

-----------?---------??----------?-----??----

?????????????10526952????????????????????28



............此處省略1個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源