Error code using iradon
이전 댓글 표시
I keep getting the error message in my script below when using iradon. How would I resolve this error?
I0 = 10^4;
noAngles = 590;
step = 180/noAngles;
theta = step:step:180;
Y = radon(whatisit,theta)/255;
NoisyRMphantom_Proj = -log(NoisyRMphantom_Trans./I0);
FBPnoisyRM = iradon(NoisyRMphantom_Proj,theta,'linear','Ram-Lak',1,751);
%Error using iradon>parse_inputs (line 346)
%THETA does not match the number of projections.
%Error in iradon (line 119)
%[p,theta,filter,d,interp,N] = parse_inputs(args{:});
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Hilbert and Walsh-Hadamard Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!