Skip to content

Commit

Permalink
Update sctenifoldnet_m.m
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjcai committed Apr 1, 2020
1 parent 6781af7 commit f298b77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MATLAB/sctenifoldnet_m.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@
cd(pw0);
end

function txt = i_myupdatefcn1(~,event_obj,g)
% Customizes text of data tips
% pos = event_obj.Position;
idx = event_obj.DataIndex;
% i_plotsiglegene(idx,g);
txt = {g(idx)};
end

0 comments on commit f298b77

Please sign in to comment.