Community Profile

photo

mohammed hegazy


Last seen: 11 days ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer