📄 contents.m
字号:
% Contents of z:\mfiles\meatools\mcintfac\@datastrm%% function for general use
% ad2muvolt - converts MCRack ADC values into microvolt values (datastrm method)% datastrm - data object constructor for opening data recorded with MCRack% display - Command window display (datastrm method)% getfield - returns any datastream fields content (datastrm method)% getpos - return the current position of the datastrm object (datastrm method)% getstreamnumber - returns streamnumber of streamname (datastream method)% isfield - True if field is in datastream or structure array (datastream method)% nextdata - read data from an MCRack OLE Object opened with datastrm.m% nextraw - calls nextsweep to read in continous raw (datastream method)% nextspikes - reads in spike data (datastream method)% nextsweep - reads the next sweep (datastream method)% setfield - sets any field in datastream objects (datastream method)% setpos - set the file position in a datastream (datastream method)%
% retained for compatibility (not for general use)
% delete - datastrm destructor (datastrm method, not necessary)% getfileindex - generate an index of entries in datastream objects (datastrm method)% getfileindexspikes - get the file indexes of all segments (datastrm method)% plotmea - plot the channels in this recording (datastream method)% rdrawhd - Parses MCS data header vers. 1 (datastream method)% rdrawhd_silent - parses MCS data header (version 1) (datastream method)% segregate - extracts synchronous start and end points of fields/spike events% setid - not used% setpos_silent - set the file position in a datastream (datastream method)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -