clairelbromley / ZebrafishKymographing

Various software tools written for analysis of lumen opening and membrane retraction in zebrafish.
1 stars 0 forks source link

Problem importing inclusion data #43

Closed clairelbromley closed 7 years ago

clairelbromley commented 7 years ago

Date = 250716, Embryo = 1, Cut = 1 Operands to the || and && operators must be convertible to logical scalar values.

Error in viewerMain>menuImportInclusion_Callback (line 2068) elseif strcmp(handles.includedData(ia(ind)).thisSideDamaged, '') || isnan(handles.includedData(ia(ind)).thisSideDamaged)

Error in gui_mainfcn (line 95) feval(varargin{:});

Error in viewerMain (line 42) gui_mainfcn(gui_State, varargin{:});

Error in @(hObject,eventdata)viewerMain('menuImportInclusion_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating uimenu Callback

clairelbromley commented 7 years ago

Cannot export the 'thissidedamaged' info - when deleting the 'yes' and 'no''s from this column, I was able to import the inclusion data

clairelbromley commented 7 years ago

Also, incase it matters, the following error came up during data export:

Warning: Out of range or non-integer values truncated during conversion to character.

In viewerMain>parseForXLExport at 1171 In viewerMain>exportWizard_Callback at 975 In gui_mainfcn at 95 In viewerMain at 42 In @(hObject,eventdata)viewerMain('exportWizard_Callback',hObject,eventdata,guidata(hObject))