Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sporadic error in raster display mode #54

Open
vijayiyer05 opened this issue Dec 30, 2016 · 0 comments
Open

Sporadic error in raster display mode #54

vijayiyer05 opened this issue Dec 30, 2016 · 0 comments
Labels

Comments

@vijayiyer05
Copy link
Collaborator

Rarely during raster display mode operation, an error occurs:

Subscript indices must either be real positive integers or logicals.

Error in spoke.SpikeGrid/zprvRefreshRasterGrid (line 2183)
                [uniqueStimNums,~,orderedStims] = unique(obj.spikeData{c}.stimNums(plotSpikeIdxs),'sorted'); %orderedStims has same length as plotSpikeIdxs

Error in spoke.SpikeGrid/zcbkTimerFcn (line 1512)
                    obj.zprvRefreshRasterGrid(chanNewSpikes);

Error in spoke.SpikeGrid>@(varargin)obj.zcbkTimerFcn(varargin{:}) (line 258)
            obj.hTimer = timer('Name','Spoke Waveform Grid Timer','ExecutionMode','fixedRate','TimerFcn',@obj.zcbkTimerFcn,'BusyMode','queue','StartDelay',0.1);

Error in timer/timercb (line 30)
    		feval(val{1}, obj, eventStruct, val{2:end});

Error in timercb (line 13)
timercb(t, varargin{2:end});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant