Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can sb tell me why it doesnt work?

3 visualizaciones (últimos 30 días)
shafagh
shafagh el 23 de Ag. de 2011
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
clear; Rd=load('LCLS_a-C_sh18_T00202_ex_A1.txt') plot(Rd); hold on; c=0;w=(100:10:200); [m,n]=size(Rd); x=Rd(:,1) y=Rd(:,2)
div=0.05 w=35 for x=200:600 for i=1:6 %number of iterations
r=(1/2*pi)*(w.^2)/(x-x(i)).^2+w.^2 for i=1 plot(r) end if i>1 dif=r(i)-r(i-1)
plot(r) if dif > 0 w=w+dif end end end end

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by