資源簡(jiǎn)介
matlab編寫的流體力學(xué)專用的斜激波計(jì)算工具,非常的好用,請(qǐng)放心下載

代碼片段和文件信息
function?varargout?=?obliqueshockwavehelper(varargin)
%?OBLIQUESHOCKWAVEHELPER?M-file?for?obliqueshockwavehelper.fig
%??????OBLIQUESHOCKWAVEHELPER?by?itself?creates?a?new?OBLIQUESHOCKWAVEHELPER?or?raises?the?existing
%??????singleton*.
%
%??????H?=?OBLIQUESHOCKWAVEHELPER?returns?the?handle?to?a?new?OBLIQUESHOCKWAVEHELPER?or?the?handle?to
%??????the?existing?singleton*.
%
%??????OBLIQUESHOCKWAVEHELPER(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?OBLIQUESHOCKWAVEHELPER.M?with?the?given?input?arguments.
%
%??????OBLIQUESHOCKWAVEHELPER(‘Property‘‘Value‘...)?creates?a?new?OBLIQUESHOCKWAVEHELPER?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?obliqueshockwavehelper_OpeningFcn?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?obliqueshockwavehelper_OpeningFcn?via?varargin.
%
%??????*See?GUI?Options?on?GUIDE‘s?Tools?menu.??Choose?“GUI?allows?only?one
%??????instance?to?run?(singleton)“.
%
%?See?also:?GUIDE?GUIDATA?GUIHANDLES
%?Edit?the?above?text?to?modify?the?response?to?help?obliqueshockwavehelper
%?Last?Modified?by?GUIDE?v2.5?17-Jun-2011?18:42:25
%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@obliqueshockwavehelper_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@obliqueshockwavehelper_OutputFcn?...
???????????????????‘gui_LayoutFcn‘??[]??...
???????????????????‘gui_Callback‘???[]);
if?nargin?&&?ischar(varargin{1})
????gui_State.gui_Callback?=?str2func(varargin{1});
end
if?nargout
????[varargout{1:nargout}]?=?gui_mainfcn(gui_State?varargin{:});
else
????gui_mainfcn(gui_State?varargin{:});
end
%?End?initialization?code?-?DO?NOT?EDIT
end
%?---?Executes?just?before?obliqueshockwavehelper?is?made?visible.
function?obliqueshockwavehelper_OpeningFcn(hobject?eventdata?handles?varargin)
%?This?function?has?no?output?args?see?OutputFcn.
%?hobject????handle?to?figure
%?eventdata??reserved?-?to?be?defined?in?a?future?version?of?MATLAB
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)
%?varargin???command?line?arguments?to?obliqueshockwavehelper?(see?VARARGIN)
%?Choose?default?command?line?output?for?obliqueshockwavehelper
handles.output?=?hobject;
handles.num1=3;
handles.num2=24;
handles.num3=40;
%?Update?handles?structure
guidata(hobject?handles);
%?This?sets?up?the?initial?plot?-?only?do?when?we?are?invisible
%?so?window?can?get?raised?using?obliqueshockwavehelper.
end
%?UIWAIT?makes?obliqueshockwavehelper?wait?for?user?response?(see?UIRESUME)
%?uiwait(handles.figure1);
%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?obliqueshockwavehelper_OutputFcn(hobject?eventdata?handles)
%?varargout??cell?array?for?returnin
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????6770??2011-06-17?23:06??obliqueshockwavehelper.fig
?????文件???????7640??2011-06-17?23:10??obliqueshockwavehelper.m
?????文件??????73667??2011-06-17?23:12??程序界面截屏.jpg
?????文件???????7869??2011-06-17?23:13??obliqueshockwavehelper.txt
?????文件????????246??2011-06-17?23:18??readme.txt
?????文件???????2440??2009-01-11?18:12??MATLAB實(shí)現(xiàn)截屏的小程序\screen_capture.m
?????目錄??????????0??2011-06-15?00:24??MATLAB實(shí)現(xiàn)截屏的小程序
-----------?---------??----------?-----??----
????????????????98632????????????????????7
評(píng)論
共有 條評(píng)論