Effacer les filtres
Effacer les filtres

Why unbiased integral result in matlab differ from actual value?

3 vues (au cours des 30 derniers jours)
Birhan Gezahegn
Birhan Gezahegn le 25 Sep 2016
Commenté : Rik le 30 Juil 2020
which type solver is appropriate for matlab integration?
  2 commentaires
Walter Roberson
Walter Roberson le 26 Sep 2016
What do you mean by "unbiased integral" in this situation? About the only thing I can see that might be related to that is a paper on "Feynman's Integral is About Mutually Unbiased Bases"
Rik
Rik le 30 Juil 2020
@LMBSRT, why did you flag this as not appropriate?

Connectez-vous pour commenter.

Réponses (1)

Star Strider
Star Strider le 25 Sep 2016
Modifié(e) : Star Strider le 25 Sep 2016
It depends on what you’re doing and what your objective is. To do symbolic integration use the Symbolic Math Toolbox int function, for numeric functions the integral function, and for data vectors or matrices, trapz. These are for the current (and recent) MATLAB releases, they go by other names in older releases.
EDIT Corrected typographical error.
  2 commentaires
Birhan Gezahegn
Birhan Gezahegn le 2 Oct 2016
yes , it is ok for the above cases. but i am using an integrator block in simulation. Why the output ( integrator block) is very small, almost zero. For example,a sinusoidal signal with some gain k>1 supply to integrator block. Is it necessary to multiply the output with gain after integrating the signal?
Walter Roberson
Walter Roberson le 2 Oct 2016
If the input to the integrator has already been multiplied by the gain, then do not multiply the output by the gain.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Numerical Integration and Differentiation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by