Skip to content

Commit 6f2d0e1

Browse files
author
hanyoseob
committed
upload function
1 parent adbd49b commit 6f2d0e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo_parallelbeam_ct.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
subplot(2,3,3); imagesc(input - output);
8484
axis image; xlabel('X-axis'); ylabel('Y-axis'); title({'difference', 'ground truch - reconstruction'});
8585
subplot(2,3,[4,6]); imagesc(prj);
86-
xlabel(['Angle ( \Delta\theta : ' num2str(param.dView) ' \circ )']); ylabel('Detector'); title(['sinogram_{implementation, # of view = ' num2str(param.nView) '}']);
87-
ax = gca;
88-
ax.XTick = linspace(0, param.nView, 10);
89-
ax.XTickLabel = linspace(0, param.dAngle, 10);
86+
xlabel(['Angle ( \Delta\theta : ' num2str(param.dView) ' \circ )']); ylabel('Detector'); title(['sinogram_{implementation, # of view = ' num2str(param.nView) '}']);
87+
ax = gca;
88+
ax.XTick = linspace(0, param.nView, 10);
89+
ax.XTickLabel = linspace(0, param.dAngle, 10);

img/reconstruction_image.png

159 KB
Loading

0 commit comments

Comments
 (0)