Feeds
질문
how to reduce computation time for this code to 1 minutes
clc ;clear;close all; tic; out2 = fopen('recon4.raw','wb'); % file handle for writing In = fopen('sinogram2.r...
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
how to reduce computation time for this loops?
m=n=512 Sd=3140; So= 2510; det=1120; A=zeros(360,det); cx=(n)/2;p=det/2; for L=1:1:360 for i=1:m for...
대략 13년 전 | 답변 수: 1 | 0