Hi there,
I'm using Matlab 2016b with the bug updates to try and open MARGO, but keep getting some errors. Would hugely appreciate any help on this topic- I got it going once before but it won't seem to work anymore :( I've attached the error code here:
ls
. .gitignore README.md data classes experiments hardware tracking
.. LICENSE.md analysis and plots examples gui profiles utilities
addpath(genpath(pwd));
margo
Error using serial/fwrite (line 199)
Unsuccessful write: A timeout or Ctrl-C occurred during the write operation.
Error in writeInfraredWhitePanel (line 25)
fwrite(COM_obj,writeData,'uchar');
Error in refreshCOM (line 54)
writeInfraredWhitePanel(expmt.hardware.COM.light,1,...
Error in margo>margo_OpeningFcn (line 118)
[expmt, handles] = refreshCOM(expmt, handles);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in margo (line 48)
gui_mainfcn(gui_State, varargin{:});
Hi there, I'm using Matlab 2016b with the bug updates to try and open MARGO, but keep getting some errors. Would hugely appreciate any help on this topic- I got it going once before but it won't seem to work anymore :( I've attached the error code here:
. .gitignore README.md data classes experiments hardware tracking
.. LICENSE.md analysis and plots examples gui profiles utilities
Error in writeInfraredWhitePanel (line 25) fwrite(COM_obj,writeData,'uchar');
Error in refreshCOM (line 54) writeInfraredWhitePanel(expmt.hardware.COM.light,1,...
Error in margo>margo_OpeningFcn (line 118) [expmt, handles] = refreshCOM(expmt, handles);
Error in gui_mainfcn (line 220) feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in margo (line 48) gui_mainfcn(gui_State, varargin{:});