资源简介
matlab程序编码,可视化,船舶航线优化,船舶供油补给子程序
代码片段和文件信息
function varargout = untitled(varargin)
% UNtitleD MATLAB code for untitled.fig
% UNtitleD by itself creates a new UNtitleD or raises the existing
% singleton*.
%
% H = UNtitleD returns the handle to a new UNtitleD or the handle to
% the existing singleton*.
%
% UNtitleD(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in UNtitleD.M with the given input arguments.
%
% UNtitleD(‘Property‘‘Value‘...) creates a new UNtitleD or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before untitled_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to untitled_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 untitled
% Last Modified by GUIDE v2.5 03-Nov-2016 11:34:55
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @untitled_OpeningFcn ...
‘gui_OutputFcn‘ @untitled_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
% --- Executes just before untitled is made visible.
function untitled_OpeningFcn(hobject ~ 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 untitled (see VARARGIN)
% Choose default command line output for untitled
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes untitled wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = untitled_OutputFcn(hobject eventdata handles)
% varargout cell array for returning output args (see VARARGOUT);
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handles structure
varargout{1} = handles.output;
function Cr_edit_Callback(hobject eventdata handles)
% hobject handle to Cr_edit (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles an
- 上一篇:盲道分割.zip含过程图
- 下一篇:并联机器人动力学matlab求解
相关资源
- 图像匹配matlab源程序sift算法
- 跳扩散过程下欧式期权的定价matlab源
- 8PSK通信系统的蒙特卡罗仿真分析 ma
- 纸牌识别Matlab源程序+报告
- emd和eemd算法的matlab源程序
- 三点估计法潮流计算matlab源程序
- 车牌识别带有设计报告,图片,Matl
- 发动机万有特性曲线matlab源程序
- SVM-KM Matlab源程序
- 《高等光学仿真》(第2版)MATLAB源程
- 牛拉法matlab源程序118节点
- 自动控制原理GUI仿真实平台MATLAB源程
- FAM和SSCA算法的matlab源程序-detection a
- 基于粒子滤波的视频目标跟踪算法m
- 复杂网络的matlab源程序好不容易找到
- 基于RTW的语者识别matlab源程序
- 28个实际问题建模MATLAB源程序代码.r
- CNN(matlab源程序)
- EWT 经验小波变换matlab源程序
- PCA主成分分析法和ICA独立成分分析法
- 自由落体的小球matlab源程序
- 人脸识别MATLAB源程序
- 机械振动 第五版 Singiresu S. Rao MATLAB源
- 岭回归MATLAB源程序
- MUSIC算法MATLAB源程序
- 灰色关联度matlab源程序
- s变换的MATLAB源程序
- ARMA模型matlab源程序
- 小波变换用于图像压缩的MATLAB源程序
- 小波聚类matlab源程序 聚类分析
评论
共有 条评论