|
Hello,
during my lab work in university recently we used a matlab protocol. This protocol enabled us to make measurements on an axon from a worm. To do this we used a device with electrodes. I have this protocol at home and I am trying to open it, but it won't open and instead gives the following error message:
??? Error using ==> daqhwinfo at 115
No nidaq adaptors are installed.
Error in ==> regenworm>device_Callback at 78
out = daqhwinfo('nidaq');
Error in ==> regenworm>regenworm_OpeningFcn at 47
device_Callback(hObject, eventdata, handles);
Error in ==> gui_mainfcn at 221
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure),
varargin{:});
Error in ==> regenworm at 38
gui_mainfcn(gui_State, varargin{:});
Error in ==> Proeven>Regenworm_Callback at 83
regenworm()
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> Proeven at 42
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback
I don't know much about matlab, but I think it won't open because I don't have the electrode device plugged in on my computer. I need to open this protocol because I saved some images with it that I can only open using this protocol.
Does anyone have a solution for this?
(btw: I'm using Matlab 7.8.0)
|