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!