>> pendientes=simul_pendientes(6000:250:8500,-.5:.2:1,200);
>> R=6000:250:8500;
>> Q=-.5:.2:1;
>> imagesc(Q,R,pendientes); set(gca,’YDir’,’normal’)
>> mesh(Q,R,pendientes)
So approximately linear change with R, and almost no change with Q.
Dependence on the fitting radius:
Now we see the dependence with the fitting area:
>> [pendientes_radioaj,p_radioaj]=simul_pendientes_radioajuste(8000,.7,1000:200:3000,100);
>> p_radioaj’
ans =
1.0e-005 *
0.0000 0.1023 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
All very significant.
>> radiosaj=1000:200:3000;
>> plot(radiosaj,pendientes_radioaj)
>> save pendientes pendientes R Q pendientes_radioaj radiosaj
Also a big change, depending on the fitting radius.