Azzera filtri
Azzera filtri

Integration fo function A(c) from -inf to +inf

1 visualizzazione (ultimi 30 giorni)
A(c)= sqrt(m/(2*pi*k*T1))*exp(-m/(2*k*T1)*(c-c_bar1)^2)
where, m , k, T1, c_bar1 are known.

Risposta accettata

Alex Mcaulley
Alex Mcaulley il 31 Ott 2019
Modificato: Alex Mcaulley il 31 Ott 2019
A = @(c) sqrt(m/(2*pi*k*T1))*exp(-m/(2*k*T1)*(c-c_bar1)^2)
q = integral(A,-inf,inf)
  3 Commenti

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by