필터 지우기
필터 지우기

Why unbiased integral result in matlab differ from actual value?

조회 수: 1 (최근 30일)
Birhan Gezahegn
Birhan Gezahegn 2016년 9월 25일
댓글: Rik 2020년 7월 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"
Rik
Rik 2020년 7월 30일
@LMBSRT, why did you flag this as not appropriate?

댓글을 달려면 로그인하십시오.

답변 (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