Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
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

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by