mfbox_congraph.m
来自「toolbox for spm 5 for data, model free a」· M 代码 · 共 48 行
M
48 行
function varargout=mfbox_congraph(varargin)% MFBOX_CONGRAPH M-file for mfbox_congraph.fig%% See also: GUIDE, GUIDATA, GUIHANDLES%% Copyright by Peter Gruber and Fabian J. Theis% Signal Processing & Information Theory group% Institute of Biophysics, University of Regensburg, Germany% Homepage: http://research.fabian.theis.name% http://www-aglang.uni-regensburg.de%% This file is free software, subject to the % GNU GENERAL PUBLIC LICENSE, see gpl.txt% Begin initialization code - DO NOT EDITgui_Singleton = 1;gui_State = struct('gui_Name',mfilename, ... 'gui_Singleton',gui_Singleton, ... 'gui_OpeningFcn',@mfbox_congraph_OpeningFcn, ... 'gui_OutputFcn',@mfbox_congraph_OutputFcn, ... 'gui_LayoutFcn',[], ... 'gui_Callback',[]);if (nargin&&(ischar(varargin{1}))) gui_State.gui_Callback = str2func(varargin{1});endif (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 mfbox_congraph is made visible.function mfbox_congraph_OpeningFcn(hObject,eventdata,handles,varargin)handles.output = hObject;guidata(hObject,handles);% --- Outputs from this function are returned to the command line.function varargout=mfbox_congraph_OutputFcn(hObject,eventdata,handles) varargout{1} = handles.output;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?