Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

I need to do fitting with a integral function and a data experimt

1 vue (au cours des 30 derniers jours)
Jorge Gonzalez
Jorge Gonzalez le 7 Juil 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
function f= integral(par,tdata);
tmax=length(tdata);
a=par(1);
for i=1:tmax;
tk=tdata(i);
f_s=@(s)(a.*s.^2);
f(i)=quadv(@(m)f_s(tk),0,1);
end

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by