?? install
字號:
%
% BIOSIG runs on Matlab and Octave.
%
% 1) extract the files and
% 2) save the BIOSIG files in <your_directory>
% 3a) start octave or matlab and type
> cd <your_directory>
> install
% you can apply the following commands to load
% your EEG data into the workspace.
[s,HDR]=sload(your_eeg_file);
HDR = sopen(your_eeg_file,'r');
[s,HDR] = sread(HDR);
HDR = sclose(HDR);
% Now, s contains the EEG, and HDR the header information.
% The following help commands
% provide some more information.
help sopen
help sread
help sload
% $Revision: 1.4 $
% $Id: INSTALL,v 1.4 2003/03/14 14:05:25 schloegl Exp $
% Copyright (C) 2003 by Alois Schloegl <a.schloegl@ieee.org>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -