a b/functions/adminfunc/eeg_helpmisc.m
1
%Miscellaneous functions not used by EEGLAB graphic interface (miscfunc folder):
2
%  <a href="matlab:helpwin abspeak">abspeak</a>              - Find peak amps/latencies in each row of a single-epoch data matrix...
3
%  <a href="matlab:helpwin arrow">arrow</a>                - Draw a line with an arrowhead.
4
%  <a href="matlab:helpwin averef">averef</a>               - Convert common-reference EEG data to average reference...
5
%  <a href="matlab:helpwin caliper">caliper</a>              - Measure a set of spatial components of a given data epoch relative to...
6
%  <a href="matlab:helpwin chanproj">chanproj</a>             - Make a detailed plot of data returned from PLOTPROJ...
7
%  <a href="matlab:helpwin compareeeglabdistrib">compareeeglabdistrib</a> - Compare EEGLAB distributions...
8
%  <a href="matlab:helpwin compdsp">compdsp</a>              - Display standard info figures for a data decomposition...
9
%  <a href="matlab:helpwin compheads">compheads</a>            - Plot multiple TOPOPLOT maps of ICA component topographies...
10
%  <a href="matlab:helpwin compile_eeglab">compile_eeglab</a>       - Platform compiling script...
11
%  <a href="matlab:helpwin compmap">compmap</a>              - Plot multiple TOPOPLOT maps of ICA component topographies...
12
%  <a href="matlab:helpwin compplot">compplot</a>             - Plot a data epoch and maps its scalp topography at a given time...
13
%  <a href="matlab:helpwin compsort">compsort</a>             - Reorder ICA components, first largest to smallest by the size...
14
%  <a href="matlab:helpwin convolve">convolve</a>             - Convolve two matrices (normalize by the sum of convolved...
15
%  <a href="matlab:helpwin corrimage">corrimage</a>            - Compute correlation image between an event and amplitude...
16
%  <a href="matlab:helpwin covary">covary</a>               - For vectors, covary(X) returns the variance of X.
17
%  <a href="matlab:helpwin crossfold">crossfold</a>            - Returns estimates and plot of event-related coherence (ERC) changes...
18
%  <a href="matlab:helpwin crossfreq">crossfreq</a>            - Compute cross-frequency coherences. Power of first input...
19
%  <a href="matlab:helpwin datlim">datlim</a>               - Return min and max of a matrix...
20
%  <a href="matlab:helpwin del2map">del2map</a>              - Compute the discrete laplacian of an EEG distribution.
21
%  <a href="matlab:helpwin dendhier">dendhier</a>             - DENDHIER: Recursive algorithm to find links and distance coordinates on a...
22
%  <a href="matlab:helpwin dendplot">dendplot</a>             - DENDPLOT: Plots a dendrogram given a topology matrix.
23
%  <a href="matlab:helpwin detectmalware">detectmalware</a>        - This function detects potential malware in the current folder and subfolders...
24
%  <a href="matlab:helpwin difftopo">difftopo</a>             - Compute and plot component decomposition for the difference ERP...
25
%  <a href="matlab:helpwin eeg_ms2f">eeg_ms2f</a>             - Convert epoch latency in ms to nearest epoch frame number...
26
%  <a href="matlab:helpwin eeg_regepochs">eeg_regepochs</a>        - Convert a continuous dataset into consecutive epochs of...
27
%  <a href="matlab:helpwin eeg_time2prev">eeg_time2prev</a>        - Returns a vector giving, for each event of specified ("target") type(s),...
28
%  <a href="matlab:helpwin eegdraw">eegdraw</a>              - Subroutine used by EEGPLOTOLD to plot data.
29
%  <a href="matlab:helpwin eegdrawg">eegdrawg</a>             - Subroutine used by EEGPLOTGOLD to plot data.
30
%  <a href="matlab:helpwin eegmovie">eegmovie</a>             - Compile and view a Matlab movie.
31
%  <a href="matlab:helpwin eegplotgold">eegplotgold</a>          - Display EEG data in a clinical format...
32
%  <a href="matlab:helpwin eegplotold">eegplotold</a>           - Display data in a horizontal scrolling fashion...
33
%  <a href="matlab:helpwin eegplotsold">eegplotsold</a>          - Display data in a clinical format without scrolling...
34
%  <a href="matlab:helpwin envproj">envproj</a>              - Plot envelopes of projections of selected ICA component...
35
%  <a href="matlab:helpwin erpregout">erpregout</a>            - Regress out the ERP from the data...
36
%  <a href="matlab:helpwin erpregoutfunc">erpregoutfunc</a>        - Sub function of ERPREGOUT used to regress...
37
%  <a href="matlab:helpwin eucl">eucl</a>                 - EUCL: Calculates the euclidean distances among a set of points, or between a...
38
%  <a href="matlab:helpwin fastregress">fastregress</a>          - Perform fast regression and return p-value...
39
%  <a href="matlab:helpwin fieldtrip2eeglab">fieldtrip2eeglab</a>     - Convert Fieldtrip structures to EEGLAB dataset...
40
%  <a href="matlab:helpwin fillcurves">fillcurves</a>           - Fill the space between 2 curves...
41
%  <a href="matlab:helpwin findduplicatefunctions">findduplicatefunctions</a> - Script to find potential conflict between Matlab functions in the current...
42
%  <a href="matlab:helpwin gabor2d">gabor2d</a>              - Generate a two-dimensional gabor matrice.
43
%  <a href="matlab:helpwin gauss">gauss</a>                - Return a smooth Gaussian window...
44
%  <a href="matlab:helpwin gauss2d">gauss2d</a>              - Generate a 2-dimensional gaussian matrix...
45
%  <a href="matlab:helpwin gauss3d">gauss3d</a>              - Generate a 3-dimensional gaussian matrix...
46
%  <a href="matlab:helpwin getallmenus">getallmenus</a>          - Get all submenus of a window or a menu and return...
47
%  <a href="matlab:helpwin getallmenuseeglab">getallmenuseeglab</a>    - Get all submenus of a window or a menu and return...
48
%  <a href="matlab:helpwin getipsph">getipsph</a>             - Compute "in place" (m by n) sphering or quasi-sphering matrix for an (n by t)...
49
%  <a href="matlab:helpwin getmfilelist">getmfilelist</a>         - Recursively get the list of Matlab file in...
50
%  <a href="matlab:helpwin gradmap">gradmap</a>              - Compute the gradient of an EEG spatial distribution.
51
%  <a href="matlab:helpwin gradplot">gradplot</a>             - Compute the gradient of EEG scalp map(s) on a square grid...
52
%  <a href="matlab:helpwin headmovie">headmovie</a>            - ########## This function is deprecated. Use eegmovie instead. ##########...
53
%  <a href="matlab:helpwin help2html2">help2html2</a>           - Convert a Matlab m-file help-message header into an .html help file...
54
%  <a href="matlab:helpwin helpforexe">helpforexe</a>           - Write help files for exe version...
55
%  <a href="matlab:helpwin hist2">hist2</a>                - Draw superimposed histograms...
56
%  <a href="matlab:helpwin hungarian">hungarian</a>            - Solve the assignment problem using the Hungarian method.
57
%  <a href="matlab:helpwin icademo">icademo</a>              - A sample ICA analysis script using the ICA/ERP package...
58
%  <a href="matlab:helpwin imagescloglog">imagescloglog</a>        - Make an imagesc(0) plot with log y-axis and...
59
%  <a href="matlab:helpwin imagesclogy">imagesclogy</a>          - Make an imagesc(0) plot with log y-axis values (ala SEMILOGY)...
60
%  <a href="matlab:helpwin kmeans_st">kmeans_st</a>            - Means clustering of n points into k clusters so that the...
61
%  <a href="matlab:helpwin laplac2d">laplac2d</a>             - Generate a 2 dimensional gaussian matrice...
62
%  <a href="matlab:helpwin lapplot">lapplot</a>              - Compute the discrete laplacian of EEG scalp distribution(s)...
63
%  <a href="matlab:helpwin loadelec">loadelec</a>             - Load electrode names file for EEGPLOT...
64
%  <a href="matlab:helpwin loc_subsets">loc_subsets</a>          - Separate channels into maximally evenly-spaced subsets.
65
%  <a href="matlab:helpwin logimagesc">logimagesc</a>           - Make an imagesc(0) plot with log y-axis values (ala SEMILOGY)...
66
%  <a href="matlab:helpwin loglike">loglike</a>              - Log likehood function to estimate dependence between components...
67
%  <a href="matlab:helpwin logspec">logspec</a>              - Plot mean log power spectra of submitted data on loglog scale...
68
%  <a href="matlab:helpwin make_timewarp">make_timewarp</a>        - Select a subset of epochs containing a given event sequence, and return...
69
%  <a href="matlab:helpwin makeelec">makeelec</a>             - Subroutine to make electrode file in EEGPLOT...
70
%  <a href="matlab:helpwin makehelpfiles">makehelpfiles</a>        - Generate function help pages...
71
%  <a href="matlab:helpwin makehtml">makehtml</a>             - Generate .html function-index page and function help pages...
72
%  <a href="matlab:helpwin mapcorr">mapcorr</a>              - Find matching rows in two matrices and their corrs.
73
%  <a href="matlab:helpwin matcorr">matcorr</a>              - Find matching rows in two matrices and their corrs.
74
%  <a href="matlab:helpwin matperm">matperm</a>              - Transpose and sign rows of x to match y (run after MATCORR )...
75
%  <a href="matlab:helpwin means">means</a>                - MEANS:  Means, standard errors and variances.  For column vectors, means(x)...
76
%  <a href="matlab:helpwin nan_std">nan_std</a>              - Std, not considering NaN values...
77
%  <a href="matlab:helpwin numdim">numdim</a>               - Estimate a lower bound on the (minimum) number of discrete sources...
78
%  <a href="matlab:helpwin pcexpand">pcexpand</a>             - Expand data using Principal Component Analysis (PCA)...
79
%  <a href="matlab:helpwin pcsquash">pcsquash</a>             - Compress data using Principal Component Analysis (PCA)...
80
%  <a href="matlab:helpwin perminv">perminv</a>              - Returns the inverse permutation vector...
81
%  <a href="matlab:helpwin plotproj">plotproj</a>             - Plot projections of one or more ICA components along with...
82
%  <a href="matlab:helpwin promax">promax</a>               - Perform Promax oblique rotation after orthogonal Varimax...
83
%  <a href="matlab:helpwin qrtimax">qrtimax</a>              - Perform Quartimax rotation of rows of a data matrix.
84
%  <a href="matlab:helpwin read_rdf">read_rdf</a>             - Read RDF-formatted EEG files.
85
%  <a href="matlab:helpwin readlocsold">readlocsold</a>          - Read electrode locations file in style of TOPOPLOT or HEADPLOT.
86
%  <a href="matlab:helpwin rmart">rmart</a>                - Remove eye artifacts from EEG data using regression with...
87
%  <a href="matlab:helpwin rmsave">rmsave</a>               - Return the RMS in each channel, epoch...
88
%  <a href="matlab:helpwin rotatematlab">rotatematlab</a>         - This function calls the Matlab rotate function...
89
%  <a href="matlab:helpwin runicalowmem">runicalowmem</a>         - Perform Independent Component Analysis (ICA) decomposition...
90
%  <a href="matlab:helpwin runicatest">runicatest</a>           - Perform Independent Component Analysis (ICA) decomposition...
91
%  <a href="matlab:helpwin runpca">runpca</a>               - Perform principal component analysis (PCA) using singular value...
92
%  <a href="matlab:helpwin runpca2">runpca2</a>              - Perform principal component analysis (PCA) using singular value...
93
%  <a href="matlab:helpwin scanfold">scanfold</a>             - Scan folder content...
94
%  <a href="matlab:helpwin seemovie">seemovie</a>             - See an EEG movie produced by EEGMOVIE...
95
%  <a href="matlab:helpwin setfont">setfont</a>              - Change all the fonts properties of a figure.
96
%  <a href="matlab:helpwin shortread">shortread</a>            - Read matrix from short file.
97
%  <a href="matlab:helpwin show_events">show_events</a>          - Display events in epochs. Events selected by...
98
%  <a href="matlab:helpwin testica">testica</a>              - Test the RUNICA function's ability to separate synthetic sources.
99
%  <a href="matlab:helpwin textgui">textgui</a>              - Make sliding vertical window. This window contain text...
100
%  <a href="matlab:helpwin tftopo">tftopo</a>               - Generate a figure showing a selected or representative image (e.g.,...
101
%  <a href="matlab:helpwin timefrq">timefrq</a>              - Progressive Power Spectral Density estimates on a single...
102
%  <a href="matlab:helpwin topoimage">topoimage</a>            - Plot concatenated multichannel time/frequency images...
103
%  <a href="matlab:helpwin tutorial">tutorial</a>             - Bring up the ICA / electrophysiology toolbox tutorial...
104
%  <a href="matlab:helpwin unique_cell_string">unique_cell_string</a>   - Array containing only strings, ignores all...
105
%  <a href="matlab:helpwin uniquef">uniquef</a>              - UNIQUEF: Given a matrix containing group labels, returns a vector containing...
106
%  <a href="matlab:helpwin upgma">upgma</a>                - Group hierarchical cluster analysis of a distance...
107
%  <a href="matlab:helpwin varimax">varimax</a>              - Perform orthogonal Varimax rotation on rows of a data...
108
%  <a href="matlab:helpwin varsort">varsort</a>              - Reorder ICA components, largest to smallest, by...
109
%  <a href="matlab:helpwin vectdata">vectdata</a>             - Vector data interpolation with optional moving...
110
%  <a href="matlab:helpwin zica">zica</a>                 - Z-transform of ICA activations; useful for studying component SNR...