Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mriphysics/mcDESPOT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: mriphysics/mcDESPOT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 9, 2021

  1. Update HM_Plot.m

    Updated marker size.
    DanielJohnWest authored Mar 9, 2021
    Copy the full SHA
    839ff04 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 HM_Plot.m
2 changes: 1 addition & 1 deletion HM_Plot.m
Original file line number Diff line number Diff line change
@@ -192,7 +192,7 @@
rectangle('Position',[T2F_LB(rr) M0F_LB(rr) (T2F_UB(rr)-T2F_LB(rr)) (M0F_UB(rr)-M0F_LB(rr))],'EdgeColor',[0.5 0.5 0.5],'LineWidth',1)
end
get(gca, 'XTick'); set(gca, 'FontSize', 18); get(gca, 'YTick'); set(gca, 'FontSize', 18);
plot(T2_F,M0_F,'.','Color',PointC, 'MarkerSize', 2);
plot(T2_F,M0_F,'.','Color',PointC, 'MarkerSize', 22);

subplot(3,6,18); %MaxCF_T2S_SRC = max(exp(P_T2S_SRC),[],3);
imagesc([min(T2S_Vector) max(T2S_Vector)],[min(M0F_Vector) max(M0F_Vector)],(MaxCF_T2S_SRC_NoiseInd),col_axis); colormap(flipud(magma)); colorbar; shading interp; xlabel('T_{2S} (s)','FontSize',20); ylabel('MWF','FontSize',20); hold on;