Skip to content
Snippets Groups Projects
Commit ae780dd7 authored by ac_fx's avatar ac_fx
Browse files

draw SSF wild type for WT

parent 204defad
Branches
No related tags found
No related merge requests found
...@@ -46,7 +46,11 @@ for ff=1:size(Y,1) ...@@ -46,7 +46,11 @@ for ff=1:size(Y,1)
end end
set(gcf,'color','w') set(gcf,'color','w')
xlabel('k1');ylabel('k2'),zlabel('k3') xlabel('k1');ylabel('k2'),zlabel('k3')
idxWT = find(cellfun(@length,strfind(classUnique,'WT')));
if ~isempty(idxWT)
classUnique{idxWT} = 'WILD TYPE';
end
legend(hx(find(hx)),classUnique(find(hx)),'interpreter','none'); legend(hx(find(hx)),classUnique(find(hx)),'interpreter','none');
tstr = ['CSF^6_{Erk,Velocity} = ' mat2str([csf_mean, csf_std],2)]; tstr = ['CSF^6_{Erk} = ' mat2str([csf_mean, csf_std],2)];
title(tstr) title(tstr)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment