Why unbiased integral result in matlab differ from actual value?

3 次查看(过去 30 天)
which type solver is appropriate for matlab integration?
  2 个评论
Walter Roberson
Walter Roberson 2016-9-26
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"

请先登录,再进行评论。

回答(1 个)

Star Strider
Star Strider 2016-9-25
编辑:Star Strider 2016-9-25
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 个评论
Birhan Gezahegn
Birhan Gezahegn 2016-10-2
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 2016-10-2
If the input to the integrator has already been multiplied by the gain, then do not multiply the output by the gain.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by