IanTheEngineer / Penn-haptics-bolt

Penn Haptics team's repository for BOLT related work
9 stars 22 forks source link

Playing the object data files under Matlab GUI "BioTact_Replay" fails #3

Closed goehring closed 12 years ago

goehring commented 12 years ago

Hi,

having tried to play the latest object data files with the current repository files, lets me open the files, e.g., android_plushie, but after I selected the channels, e.g., 1 and 2, playing the file leads to the following error (now plot is generated).

Daniel


??? Error using ==> plot Vectors must be the same lengths.

Error in ==> play_BioTact_Data at 118 plot(handles.All_Values, t,toPlot, 'erasemode','none');

Error in ==> BioTact_Replay>play_Callback at 120 play_BioTact_Data();

Error in ==> gui_mainfcn at 96 feval(varargin{:});

Error in ==> BioTact_Replay at 44 gui_mainfcn(gui_State, varargin{:});

Error in ==> @(hObject,eventdata)BioTact_Replay('play_Callback',hObject,eventdata,guidata(hObject))

??? Error while evaluating uicontrol Callback

vchu commented 12 years ago

Hi Daniel,

Interesting, I actually haven't done single channel results in a long time.

If you add all for now it will for sure work. I'll look into why the single channel additions don't work..

Vivian

On Thu, Jun 14, 2012 at 7:33 PM, Daniel Goehring < reply@reply.github.com

wrote:

Hi,

having tried to play the latest object data files with the current repository files, lets me open the files, e.g., android_plushie, but after I selected the channels, e.g., 1 and 2, playing the file leads to the following error (now plot is generated).

Daniel


??? Error using ==> plot Vectors must be the same lengths.

Error in ==> play_BioTact_Data at 118 plot(handles.All_Values, t,toPlot, 'erasemode','none');

Error in ==> BioTact_Replay>play_Callback at 120 play_BioTact_Data();

Error in ==> gui_mainfcn at 96 feval(varargin{:});

Error in ==> BioTact_Replay at 44 gui_mainfcn(gui_State, varargin{:});

Error in ==> @(hObject,eventdata)BioTact_Replay('play_Callback',hObject,eventdata,guidata(hObject))

??? Error while evaluating uicontrol Callback


Reply to this email directly or view it on GitHub: https://github.com/imcmahon01/Penn-haptics-bolt/issues/3

goehring commented 12 years ago

Hi Vivian,

thanks, now it works.

Daniel

On 06/14/2012 04:40 PM, Vivian Chu wrote:

Hi Daniel,

Interesting, I actually haven't done single channel results in a long time.

If you add all for now it will for sure work. I'll look into why the single channel additions don't work..

Vivian

On Thu, Jun 14, 2012 at 7:33 PM, Daniel Goehring< reply@reply.github.com

wrote: Hi,

having tried to play the latest object data files with the current repository files, lets me open the files, e.g., android_plushie, but after I selected the channels, e.g., 1 and 2, playing the file leads to the following error (now plot is generated).

Daniel


??? Error using ==> plot Vectors must be the same lengths.

Error in ==> play_BioTact_Data at 118 plot(handles.All_Values, t,toPlot, 'erasemode','none');

Error in ==> BioTact_Replay>play_Callback at 120 play_BioTact_Data();

Error in ==> gui_mainfcn at 96 feval(varargin{:});

Error in ==> BioTact_Replay at 44 gui_mainfcn(gui_State, varargin{:});

Error in ==> @(hObject,eventdata)BioTact_Replay('play_Callback',hObject,eventdata,guidata(hObject))

??? Error while evaluating uicontrol Callback


Reply to this email directly or view it on GitHub: https://github.com/imcmahon01/Penn-haptics-bolt/issues/3


Reply to this email directly or view it on GitHub: https://github.com/imcmahon01/Penn-haptics-bolt/issues/3#issuecomment-6346346

vchu commented 12 years ago

Fixed! Go ahead and test on your end to make sure it works with adding single channels and close the issue when you have confirmed :)