You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
borders_table = plotDistToNearestToTip(m, p, av_plot, st, probe_length_histo, error_length, active_site_start, distance_past_tip_to_plot, show_parent_category, show_region_table, plane); % plots confidence score based on distance to nearest region along probe
Yet, inside plotDistToNearestToTip (L1), borders_table is not the outout argument.
borders is a row vector of inter values and it is not the most interesting or useful output.
Looking at
Display_Probe_Track.m
, L255 reads:Yet, inside
plotDistToNearestToTip
(L1),borders_table
is not the outout argument.borders
is a row vector of inter values and it is not the most interesting or useful output.Simply
borders
needs to be replaced withborders_table
, I suppose?The text was updated successfully, but these errors were encountered: