资源简介
matlab编写的流体力学专用的斜激波计算工具,非常的好用,请放心下载
![](http://www.nz998.com/pic/34495.jpg)
代码片段和文件信息
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
- 上一篇:Matlab粗糙表面数字仿真
- 下一篇:线性时变系统PID控制的matlab仿真程序
相关资源
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
- k近邻算法matlab实现
- matlab识别系统
- 神经网络分类matlab程序
- matlab正弦信号发生器的设计
- matlab程序用Hopfield网络解决TSP
评论
共有 条评论