Rigbox icon indicating copy to clipboard operation
Rigbox copied to clipboard

A MATLAB toolbox for running behavioral neuroscience experiments and managing data

Results 104 Rigbox issues
Sort by recently updated
recently updated
newest added

If desired output is a square pulse of duration d, then use a clock output channel, with duty cycle = 1, frequency = 1/d, run duration d. (If run duration...

When using more than 3 'remote hosts', the OK button in the Options window in MC starts disappearing, and that window is not re-sizable. For 4 hosts it is still...

bug

**Describe the bug** The start/stop button does not change in eui.SignalsTest when the experiment ends on its own (e.g. no more trials). Pressing the button causes an error to be...

bug
priority: low

Some recent changes don't work with MATLAB 2017b. This branch restores support.

Removal of stats toolbox dependencies. This needs thoroughly testing before merging, especially the hw.PulseSwitcher changes.

Fixes for #4, #128, #164 If this type of fix looks good, let me know. I also want to improve the doc for hw.ptb.Window, make function/method names clearer, and create...

Changes this branch seeks to make - [ ] Improve the way 'mc' draws parameters (#103) - [ ] Load appropriate defaults after a user selection via GUI (#102, #104)...

**Describe the bug** A clear and concise description of what the bug is. Feel free to paste in the error that was printed to the MATLAB command window. Hi there,...

bug
enhancement
easy

**Describe the bug** The DaqSession property in hw.DaqRotaryEncoder should be transient so that MATLAB does not attempt to save it. More generally the hardware file objects should be robust to...

bug
priority: low
easy

**Describe the bug** Posting a value to a node upstream of `flatten` causes a catastrophic crash in MATLAB. **To Reproduce** ``` a = sig.test.create; a_flat = a.flatten; a.post(rand) % BOOM!...

bug
priority: high