• 大小: 72KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-23
  • 语言: Matlab
  • 标签: 激波  matlab  

资源简介

matlab编写的流体力学专用的斜激波计算工具,非常的好用,请放心下载

资源截图

代码片段和文件信息

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       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实现截屏的小程序\screen_capture.m

     目录          0  2011-06-15 00:24  MATLAB实现截屏的小程序

----------- ---------  ---------- -----  ----

                98632                    7


评论

共有 条评论