资源简介
波束形成 MATLAB 实现 6种方法
代码片段和文件信息
function varargout = algrithem_database(varargin)
% ALGRITHEM_DATAbase M-file for algrithem_database.fig
% ALGRITHEM_DATAbase by itself creates a new ALGRITHEM_DATAbase or raises the existing
% singleton*.
%
% H = ALGRITHEM_DATAbase returns the handle to a new ALGRITHEM_DATAbase or the handle to
% the existing singleton*.
%
% ALGRITHEM_DATAbase(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in ALGRITHEM_DATAbase.M with the given input arguments.
%
% ALGRITHEM_DATAbase(‘Property‘‘Value‘...) creates a new ALGRITHEM_DATAbase or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before algrithem_database_OpeningFunction gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to algrithem_database_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
% Copyright 2002-2003 The MathWorks Inc.
% Edit the above text to modify the response to help algrithem_database
% Last Modified by GUIDE v2.5 15-May-2006 00:06:21
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @algrithem_database_OpeningFcn ...
‘gui_OutputFcn‘ @algrithem_database_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 algrithem_database is made visible.
function algrithem_database_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 algrithem_database (see VARARGIN)
% Choose default command line output for algrithem_database
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
initialize_gui(hobject handles false); %初始化界面
% UIWAIT makes algrithem_database wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = algrithem_database_OutputFcn(hobject eventdata handles)
% varargout cell array for returning output args (see VARARGOUT);
% hobject handle to figure
% eventdata reserved - to be d
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 35988 2006-05-15 10:49 6 methods\algrithem_databa
文件 12633 2006-05-15 00:06 6 methods\algrithem_databa
文件 35988 2006-05-15 10:50 6 methods\algrithem_databa
目录 0 2006-06-29 20:28 6 methods
----------- --------- ---------- ----- ----
84609 4
- 上一篇:混合蛙跳算法
- 下一篇:ContourletMatlab去噪
相关资源
- ContourletMatlab去噪
- 三维锥束CT反投影滤波重建matlab程序
- MatlabGui坐标轴内随鼠标移动的十字线
- 谱估计 MUSIC算法 matlab程序
- K近邻算法、剪辑近邻、压缩近邻等算
- 粒子群优化算法Matlab源程序
- SUSAN算法的MATLAB实现
- 非负矩阵分解的matlab代码内容全
- 自适应中值滤波算法matlab
- MATLAB实现信号的AM调制与解调
- matlab代码KNN,层次聚类,C均值,最邻
- 双目摄像头标定——MATLAB
- 将十进制数转换为二进制数有符号M
- 神经网络与matlab7.0实现书中源代码
- 日标准化降水指数SPI-Matlab代码
- 日潜在蒸散发彭曼公式Matlab
- adaboost的matlab实现代码,适合给初学者
- MATLAB 交换两幅图像的幅度谱和相位谱
- matlab源码,计算点目标成像的峰值旁
- SAR RD 算法MATLAB仿真
- 雷达检测相关MATLAB源码
- SAR脉冲压缩MATLAB仿真
- 802.11a OFDM MATLAB仿真代码
- OFDM系统性能的仿真代码,包括对于循
- REFPRP64.DLL+REFPRP64_thunk_pcwin64.dll.rar
- 雅克比法求对称矩阵的特征值(MATL
- 登陆界面的设计MATLAB课设
- 雅克比迭代求解线性方程组MATLAB课设
- 无刷直流电机的matlab仿真
- 定位峰值点的matlab程序
评论
共有 条评论