Skip to content
Snippets Groups Projects
Commit 715aacc1 authored by Layton Aho's avatar Layton Aho
Browse files

cleaning figure code

parent d78d47c6
Branches
No related tags found
No related merge requests found
% load('syntheticDataset_16.mat');
load('syntheticDataset_01.mat');
K = 3;
% tmp_xy(:,:,1) = squeeze(max(syntheticDataset(8).phantomKymo(:,:,:,1),[],2));
% tmp_xy(:,:,2) = squeeze(max(syntheticDataset(51).phantomKymo(:,:,:,1),[],2));
% tmp_xy(:,:,3) = squeeze(max(syntheticDataset(101).phantomKymo(:,:,:,1),[],2));
tmp_xy(:,:,1) = squeeze(max(syntheticDataset(1).phantomKymo(:,:,:,1),[],2));
tmp_xy(:,:,2) = squeeze(max(syntheticDataset(11).phantomKymo(:,:,:,1),[],2));
tmp_xy(:,:,3) = squeeze(max(syntheticDataset(21).phantomKymo(:,:,:,1),[],2));
......@@ -30,7 +26,6 @@ for i = 1:3
ax = nexttile(layout2);
imagesc(tmp_xy(:,:,i));
ylim([1 160])
% ylim([1 180])
xlim([1 24])
yticks([30 80 130]);
xticks([6 12 18]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment